mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
38d974e6a2
Summary: Similar to D15909582, this change makes the Android TextInput take strings for the value of autoCapitalize and not just numbers. As we are going to stop sending view configs from native and instead hardcode them in JS we can't do that anymore. In this commit we are supporting the old style as well as the new style. Changelog: [Android] [Internal] - Supporting autoCapitalize as string to clean up internal TextInput.js file Reviewed By: mdvacca Differential Revision: D15911323 fbshipit-source-id: b236fdb314489cc1ef33f9214ff2d6b0e28b7310
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.