Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign upGet bare-expo compiling and running for Android #5987
Closed
Comments
This comment has been minimized.
This comment has been minimized.
@ide Do we need to define our own |
tsapeta
added a commit
that referenced
this issue
Oct 24, 2019
…pdate ReactAndroid (#6062) # Why Fixes #5987 # How - Removed `UIManagerReanimatedHelper` from the fork and added it to unversioned `expoview`. Ideally if we could update the command updating vendored modules to pull this file directly from `react-native-reanimated` but I think it's of less priority now since this file is not going to change. - Updated `ReactAndroidCodeTransformer` to properly handle changes in `ExceptionsManagerModule` from RN. - Updated `ReactAndroid` and `ReactCommon` folders, they were not in sync with `react-native` submodule. # Test Plan Running `./gradlew assemble` at `apps/bare-expo` works and `client_android` job passes now.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
bare-expo is not compiling for Android because both our copy of RN and RNGH define UIManagerReanimatedHelper. We need to tell Gradle to exclude the copy in RNGH.
Repro: cd into
react-native-lab/react-native
, run./gradlew :ReactAndroid:installArchives
(this takes time), cd intobare-expo/android
, run./gradlew assemble
.Error: