forcedotcom / SalesforceMobileSDK-Templates

BSD 3-Clause "New" or "Revised" License
52 stars 56 forks source link

Simplifying pod files for RN templates #304

Closed wmathurin closed 3 years ago

wmathurin commented 3 years ago

With this change, forcereact generated apps will auto-link their dependencies. Mobile SDK dependencies are still brought in "manually". Auto-linking mobile sdk is of limited value because the app needs certain things in the native side of the project (e.g. AppDelegate, bootconfig) which are best brought in by using forcereact to generate the app.