mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
88da8d99ed
Summary: This diff is fixing a NullPointerException occuring when using Placeholder in TextInput. In some particular scenarios Placeholder is being updated before the TextInput is even layed out. In this diff I'm setting a defult LayoutParams to avoid NullPointerException to be thrown by android EditTextView. This change should not affect layout for TextInput components because layout will be overriden on the next Fabric commit. changelog: [internal] internal Reviewed By: fkgozali Differential Revision: D42078080 fbshipit-source-id: 294376e7f78d6ed58fc9f893553356553accba6c
Building React Native for Android
See the Building from Source guide on the React Native website.
Running tests
When you submit a pull request CircleCI will automatically run all tests. To run tests locally, see Testing guide on the React Native website.