This repository was archived by the owner on May 20, 2025. It is now read-only.
v1.17.0-beta
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