mirror of
https://github.com/status-im/react-native.git
synced 2025-01-27 17:54:48 +00:00
0c18ec5b9c
Summary: The showPopup method has an error callback. For some reason, it is asserting in case the wrong tagId is passed instead of calling the error callback on Android. Pass not existing tagId to showPopup method and make sure it is receiving an error in js instead of crashing in native on Android. [ANDROID] [MINOR] showPopup method calls error callback instead of crashing on errors. Closes https://github.com/facebook/react-native/pull/17550 Differential Revision: D6776014 Pulled By: hramos fbshipit-source-id: 1d97b762818d1591018fd43556eb41c3fb491eb9
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.