07df36557c
Summary: Fresco now maintain proguard rules by itself (https://github.com/facebook/fresco/pull/2075), so it won't be necessary for react native copy its rules. Run RNTTester Android app in release mode, app build successful and won't crash in ImageModule. none [ANDROID] [BUGFIX] [PROGUARD] - remove fresco proguard rules Closes https://github.com/facebook/react-native/pull/19040 Differential Revision: D7992146 Pulled By: hramos fbshipit-source-id: 9ee3dd4c6756472395ec9e36a967b469f0760999 |
||
---|---|---|
.. | ||
libs | ||
src | ||
.npmignore | ||
DevExperience.md | ||
README.md | ||
build.gradle | ||
gradle.properties | ||
proguard-rules.pro | ||
release.gradle |
README.md
Building React Native for Android
See the docs on the website.
Running tests
When you submit a pull request CircleCI will automatically run all tests. To run tests locally, see Testing.