react-native
react-native copied to clipboard
A framework for building native applications using React
## Summary: This change addresses a compatibility issue arising from the use of the macOS-specific `-X` flag in the `cp` command withing a shell script called during the `npm run...
### Description Dear Developers: I am trying to control the style of View. When 'Dashed' pressed, the style of View will be changed, especially the borderStyle will be set as...
Summary: Merge the internal `cxxcdp-tester` project into `jsinspector-modern/tests`. Note: These tests still use RN default feature flags and therefore test against the legacy CDP registry - that's addressed in the...
### Description On Android devices when adjustsFontSizeToFit is set to Text component, text is missing and not resized. Tested on version 0.73.1 and 0.73.4 Working as expected on iOS and...
### Description Using the RN Flat List with no data yet, it crashes instead of rendering nothing. Babel config: ['@babel/plugin-transform-private-methods', { loose: true }], ### Steps to reproduce Using the...
Ripple from Pressable component shows up from the location of the previous click and exceeds the component ## Description Ripple from Pressable component shows up from the location of the...
### Description I have noticed that the ActivityIndicator is positioned a few pixels off when in a box. (top: approx -1.5 pixels, left: approx -1,5 pixels) I have tried changing...
## Description In Android, when a TextInput with the maxLength property is "full"(that is, the length of the input is equal to the maximum), the onKeyPress event will return the...
Summary: Per conversation internally we would like to use `rn` instead of `reactNative` to prefix RN specific API that matches web. Changelog: [General][Fixed] - Update performance API to use new...
Please provide all the information requested. Issues that do not follow this format are likely to stall. ## Description Setting `value`, or `defaultValue` with `onChange` will cause iOS undo/redo keyboard...