react-native
react-native copied to clipboard
A framework for building native applications using React
Summary: All these classes are NullSafe, let'\''s mark them as NullSafe(Local) to ensure lint detect errors in the future changelog: [internal] internal Differential Revision: D53393475
Summary: All these classes are NullSafe, let's mark them as NullSafe(Local) to ensure lint detect errors in the future changelog: [internal] internal Differential Revision: D53393471
Summary: All these classes are NullSafe, let's mark them as NullSafe(Local) to ensure lint detect errors in the future changelog: [internal] internal Differential Revision: D53393138
## Summary: Do not serialize text attributes that are not used later ## Changelog: [INTERNAL] [REMOVED] - Do not serialize text attributes that are not used later ## Test Plan:
### Description I have a TextField that accepts an email address. `` If I now use the "Hide my email" workflow on iOS instead of entering an email address, the...
### Description We noticed that sometimes the `onChangeText` event of `TextInput` was fired with text longer than `maxLength`. According to the doc, this behaviour seems to be unexpected. > maxLength:...
Sorry if I had to re-use the same title of [this other issue](https://github.com/facebook/react-native/issues/27307) but basically I find that issue well written (except for a useful repro that could be there)...
### Description When the scrollview container is bigger than total item width, on scroll the items start sticking on right on android. Tested on physical device as well https://github.com/facebook/react-native/assets/136585177/6ed7efe5-9436-46c5-b5d8-e34236b496af ###...
## Summary: According to [documentation](https://reactnative.dev/docs/layoutevent#example) the `target` property exist: Also if you log `nativeEvent` you'll see that the property indeed exist, however from TS declaration perspective this property doesn't exist....
Summary: Changelog: [internal] This feature flag is accessed through `CoreFeatures` but it's initialized a few different ways: * Android: assigned via `ReactFeatureFlags`, which is overridden by apps. * iOS: `ReactNativeConfig`...