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

### Description Using a FlatList with `overflow: 'visible'` works well on Android and iOS, but as soon as a RefreshControl is added, the overflow is hidden on Android only. ###...

Platform: Android
Component: RefreshControl
Component: FlatList
Flow
Needs: Triage :mag:

### Description This is the system alert in iOS16 when an app trying to access the clipboard: When trying to replicate this alert in RN using Alert, I cannot as...

Platform: Linux
Component: Button
API: Alert
Needs: Triage :mag:

Summary: Add support for running tests on bash shell scripts. Run using `yarn test-scripts`. Changelog: [internal] Differential Revision: D40949121

CLA Signed
p: Facebook
Partner
fb-exported

## Summary Part of https://github.com/facebook/react-native/issues/34872: > Create a new function typeParameterInstantiation in the [parsers.js file](https://github.com/facebook/react-native/blob/main/packages/react-native-codegen/src/parsers/parser.js) and add documentation to it. Implement it properly in the [FlowParser.js](https://github.com/facebook/react-native/blob/main/packages/react-native-codegen/src/parsers/flow/parser.js#L15) and in the [TypeScriptParser.js](https://github.com/facebook/react-native/blob/main/packages/react-native-codegen/src/parsers/typescript/parser.js#L15)....

CLA Signed

### Description Hey all, I'd like to share an update on a series of build failures React Native & Expo users have been experiencing when building Android apps starting from...

Platform: Android
Resolution: Fixed
RN Team

## Summary The `showSoftInputOnFocus` of `TextInput` is not working properly. When we set `showSoftInputOnFocus` to false and subsequently to `true`, it fails to open the keyboard, we have to re-focus...

CLA Signed
Platform: iOS
Bug

Summary: Changelog: [General][Added] - Add a C++ only TurboModule example (for Android/iOS/macOS/Windows) [email protected] introduced a new bridging layer to ease integration for pure C++ TurboModules using C++ std:: types directly...

CLA Signed
Type: Enhancement
p: Facebook
Partner
fb-exported

### Description i run the command for create a new app with ReactNative: i get the next error: UserName = name for user mac. ``` ** BUILD FAILED ** The...

Platform: iOS
Needs: Triage :mag:
Type: New Architecture

## Summary This PR adds a `getKeyName` function to the codegen Parser class and implements it in the Flow and TypeScript parsers as requested on https://github.com/facebook/react-native/issues/34872. ## Changelog [Internal] [Added]...

CLA Signed
Type: Enhancement

### Description RN's iOS code is not working with authentication challenges in the way the Foundation framework expects and this results in extraneous, duplicate requests to login when bad credentials...

Platform: iOS
🌐Networking
Needs: Triage :mag: