react-native icon indicating copy to clipboard operation
react-native copied to clipboard

A framework for building native applications using React

Results 2114 react-native issues
Sort by recently updated
recently updated
newest added

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?

Stale
Needs: Author Feedback
Needs: Repro

## 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...

Platform: Android
Component: SectionList
Needs: Attention

### 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...

Platform: Android
Component: Switch
Needs: Repro
Needs: Attention

## 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...

CLA Signed
Shared with Meta

### 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...

Component: FlatList
Needs: Triage :mag:

### 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...

Component: TouchableHighlight
Needs: Author Feedback
Type: Unsupported Version

### 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...

Needs: Author Feedback
Needs: Repro

Summary: We are transforming the following utility types to be more consistent with typescript and better AI integration: * `$NonMaybeType` -> `NonNullable` * `$ReadOnly` -> `Readonly` * `$ReadOnlyArray` -> `ReadonlyArray`...

CLA Signed
p: Facebook
Partner
fb-exported
meta-exported

### 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...

Platform: Android
Needs: Triage :mag:

## 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...

CLA Signed
Shared with Meta