mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
f57b0caaa4
Summary: Returning null from a NativeModule method that has a return type of `java.lang.Double` causes the program to crash. This diff instead makes that method call return `null` to JS. TurboModules already has this behaviour. Changelog: [Android][Fixed] - Support nullable returns NativeModule methods returning Boxed Primitives Reviewed By: PeteTheHeat Differential Revision: D18866872 fbshipit-source-id: 6049c4df6908f1d276c5674b7e06eb5e002a7976
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.