New Features
- This release adds support for React Native 0.40.0 (@christopherdro, @sergey-akhalkov, @vladimir-kotikov, @buptkang)
- Significantly reduced final size of app once CodePush is integrated (@vladimir-kotikov)
Bug Fixes
- Support build for 'Android Plugin for Gradle' versions lower than 1.3.0 (@sergey-akhalkov)
- The linking/installation process is now significantly more robust (@matrosov-nikita) to conditions such as:
- No iOS or android directory
- The main application file is not named
MainApplication.java
- The
Info.plist
file is not in the same directory as theAppDelegate.m
file - The
.mm
extension is used instead of.m
- Single quotes are used in the react.gradle file