-
-
Notifications
You must be signed in to change notification settings - Fork 665
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
android build: Prepare to activate Hermes.
See #4131, the issue for activating Hermes. Part of the RN v0.59 -> v0.60 upgrade [1]. This must happen at or after the upgrade commit because the use of Hermes is newly supported. RN did this in two parts. First, and released in RN v0.60.0, they started using NPM to manage the JSC version. This part corresponds to - facebook/react-native@8e375850d - facebook/react-native@4bb0b4f20 (a partial reversion) Then: - In 0.60.1, facebook/react-native@e857d7066 was released, giving Hermes support. - In 0.60.2, facebook/react-native@0738fe573 was released, fixing an error in the template app. [1]: https://react-native-community.github.io/upgrade-helper/?from=0.59.10&to=0.60.6
- Loading branch information
1 parent
336815d
commit d8329e6
Showing
3 changed files
with
52 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 4 additions & 0 deletions
4
android/app/src/main/java/com/zulipmobile/MainApplication.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters