Commit Graph

8 Commits

Author SHA1 Message Date
Luca Pau
3ccfa67528 Fix failure in react-native link on Windows (#603)
Fix issue #530.
Every so often you run the command react-native link an exception is thrown because the \n in regex does not lead to the line.
2016-11-14 12:07:55 -08:00
Hilke Heremans
888684e817 Fix linking errors with multiple AppDelegate.m (#564)
In issue #477 there was an issue when the project has, for some reason, multiple AppDelegate.m files (eg project sample files) within the ios subdir of an RN project.

This fix will give priority to the AppDelegate.m found inside any path that has the application name (as defined in package.json) in it. If it cannot find that, it will revert to previous behavior (the first element in the path array).
2016-10-13 09:41:44 -07:00
Geoffrey Goh
22be520625 add postlink hooks 2016-08-02 15:54:31 -07:00
Geoffrey Goh
6532c4aee4 Update generateBundledResourcesHash.js 2016-06-27 14:01:03 -07:00
Geoffrey Goh
eb510663e5 Binary Hashing (Android) (#401)
binary hashing android
2016-06-24 19:40:32 -07:00
Geoffrey Goh
3ab1fa0a10 feedback 2016-02-26 17:50:32 -08:00
Geoffrey Goh
eb827d6d32 generate binary resources hash 2016-02-24 17:15:58 -08:00
Will Anderson
c72167162e Update build scripts to run more robustly using xctool 2015-06-10 16:21:29 -07:00