react-native/local-cli/link/android
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
..
patches Change matching pattern on settings.gradle 2016-11-08 16:28:43 -08:00
copyAssets.js Further RNPM integration 2016-08-22 08:58:37 -07:00
fs.js Further RNPM integration 2016-08-22 08:58:37 -07:00
isInstalled.js Further RNPM integration 2016-08-22 08:58:37 -07:00
registerNativeModule.js Further RNPM integration 2016-08-22 08:58:37 -07:00
unlinkAssets.js Further RNPM integration 2016-08-22 08:58:37 -07:00
unregisterNativeModule.js Further RNPM integration 2016-08-22 08:58:37 -07:00