mirror of
https://github.com/status-im/react-native.git
synced 2025-01-17 21:11:45 +00:00
35046984db
Summary: To enable users to use run proguard in their Android applications. Fixes: #11891 [TextLayoutBuilder](https://github.com/facebookincubator/TextLayoutBuilder) is built as a Jar rather than an AAR so the proguard rules cannot be provided with the binary. This PR adds the rules that are included in TextLayoutBuilder https://github.com/facebookincubator/TextLayoutBuilder/blob/master/proguard-android.txt - Created an `react-native init ProguardTest` project with proguard turned on for v0.41.0 - Make sure tests pass on both Travis and Circle CI. Closes https://github.com/facebook/react-native/pull/12511 Differential Revision: D4718029 Pulled By: mkonicek fbshipit-source-id: 9e3f11c8b9b54eb8e52aa6f44cacd00857a882a5