mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Summary: ModuleDataCleaner.cleanDataFromModules(**ReactContext**) is just like ModuleDataCleaner.cleanDataFromModules(**CatalystInstance**). However, one key difference is that this new method is bridgeless mode compatible. CatalystInstance doesn't exist in bridgeless mode. Changelog: [Android][Added] Introduce ModuleDataCleaner.cleanDataFromModules(ReactContext) Reviewed By: sshic Differential Revision: D35286939 fbshipit-source-id: 1c09a3b34add88f848eab43b42b39ab624f0818b
Building React Native for Android
See the docs on the wiki.
Running tests
When you submit a pull request CircleCI will automatically run all tests. To run tests locally, see Testing.