mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
0b4f74176c
Summary: Add nullable annotations to BaseViewManager and ViewManager methods. This will improve Kotlin developer experience and help Android Studio to offer better autocomplete. [Android] [Changed] - add nullable annotations to BaseViewManager and ViewManager methods. Might break ViewManagers in Kotlin. Pull Request resolved: https://github.com/facebook/react-native/pull/23610 Differential Revision: D14198630 Pulled By: mdvacca fbshipit-source-id: c596c88254e1d02f0af233a466f685200fac8917
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.