react-native
react-native copied to clipboard
A framework for building native applications using React
https://github.com/facebook/react-native/blob/37404c880b6768f0678454200eec3b7a1899917c/packages/react-native-codegen/package.json#L34 The latest version of Glob is at 13.0.0, and doesn't depend on a vulnerable version of inflight. Could we get an upgrade?
## Description When a SectionList rerenders, sometimes it unmounts and remounts some of its items unnecessarily, even though the items preserve the same "key" prop in between renders. This impacts...
### Description Seems to be caused by this PR: https://github.com/facebook/react-native/pull/53417 Locale.getAvailableLocales()[0] This gets the first locale in the list of ALL available locales installed on the device, not the current/preferred...
## Summary: This PR is based on the proposal: https://github.com/react-native-community/discussions-and-proposals/issues/966 Add Kotlin collection factory functions for maps (WritableMap, ReadableMap) and arrays (WritableArray, ReadableArray) Introduce idiomatic Kotlin factory functions for creating...
Flatlist onEndReached gets called multiple times when the height of the ListFooterComponent changes
### Description FlatList can enter a state where `onEndReached` gets called in a loop if I use the `onEndReached` prop to fetch the next page of the data and this...
### Description We've been doing this: ```tsx Label ``` After upgrading to React Native 0.79, we get this: ``` Warning: Invalid prop `style` supplied to `React.Fragment`. React.Fragment can only have...
### Description I'm currently working on an app that's using a custom font, and am noticing a weird issue that has to do with font weight. Note that this issue...
Summary: We are transforming the following utility types to be more consistent with typescript and better AI integration: * `$NonMaybeType` -> `NonNullable` * `$ReadOnly` -> `Readonly` * `$ReadOnlyArray` -> `ReadonlyArray`...
### Description When you enable the Android "Bold text" accessibility setting, `` components rendered inside a `` with `flexDirection: 'row'` don't work correctly (text is cut off). **This issue happens...
## Summary: After testing the patch from #54721, I noticed text-rendering issues in rn-tester on Android: some text is truncated and some lines do not wrap to the next line...