react-native/local-cli/link
Yariv Kenan f0a58af37b Change matching pattern on settings.gradle
Summary:
Link doesn't work on f8app,
as it is, android projects don't have to contain the matching string and then the linking would not work, I've switched it to the much simpler new-line.
If you can find a better common minimum string for settings.gradle please do.

Commit Msg:
Current string, `include ':app'\n`, is not a minimum common string.
Instead a simple `\n` will do.
Closes https://github.com/facebook/react-native/pull/10172

Differential Revision: D4150313

fbshipit-source-id: 34470e1fb67194e41354b6085fb3eb90ddaa7ff8
2016-11-08 16:28:43 -08:00
..
__fixtures__ Update React Native minimum OS version to iOS8 2016-09-01 19:43:47 -07:00
__tests__ Removing automatically reset modules between test run 2016-09-19 12:43:55 -07:00
android Change matching pattern on settings.gradle 2016-11-08 16:28:43 -08:00
ios Fix 'mapHeaderSearchPaths' 2016-10-24 15:13:30 -07:00
commandStub.js Add pre/postunlink 2016-08-24 10:58:46 -07:00
getDependencyConfig.js Further RNPM integration 2016-08-22 08:58:37 -07:00
getProjectDependencies.js Further RNPM integration 2016-08-22 08:58:37 -07:00
groupFilesByType.js Further RNPM integration 2016-08-22 08:58:37 -07:00
link.js Adjust rnpm link to colorize skipped linking steps 2016-09-12 06:28:44 -07:00
pollParams.js Further RNPM integration 2016-08-22 08:58:37 -07:00
promiseWaterfall.js Further RNPM integration 2016-08-22 08:58:37 -07:00
promisify.js Add pre/postunlink 2016-08-24 10:58:46 -07:00
unlink.js Add pre/postunlink 2016-08-24 10:58:46 -07:00