Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.

v1.17.0-beta

Compare
Choose a tag to compare
@buptkang buptkang released this 24 Jan 23:20
· 493 commits to master since this release

New Features

  1. This release adds support for React Native 0.40.0 (@christopherdro, @sergey-akhalkov, @vladimir-kotikov, @buptkang)
  2. Significantly reduced final size of app once CodePush is integrated (@vladimir-kotikov)

Bug Fixes

  1. Support build for 'Android Plugin for Gradle' versions lower than 1.3.0 (@sergey-akhalkov)
  2. The linking/installation process is now significantly more robust (@matrosov-nikita) to conditions such as:
    1. No iOS or android directory
    2. The main application file is not named MainApplication.java
    3. The Info.plist file is not in the same directory as the AppDelegate.m file
    4. The .mm extension is used instead of .m
    5. Single quotes are used in the react.gradle file