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 Hey all 👋 We're looking for some community support to help us prepare the codebase of React Native Android to be ready to migrate to Kotlin. In this...

Good first issue
Help Wanted :octocat:
☂️ Umbrella

### Description ``` { setLoading(false); }} /> ``` ![error](https://user-images.githubusercontent.com/11180268/234755063-02a518d8-e2f5-4f5d-aa32-482b6daf6caa.jpg) ### React Native Version 0.71.7 ### Output of `npx react-native info` ``` System: OS: Windows 10 10.0.19045 CPU: (8) x64 AMD...

Component: WebView
Needs: Repro
Needs: Attention

### Description I'm developing a react native app using the version 0.71.3 and I'm having some problems with the extremely discussed onEndReached callback. ### React Native Version 0.71.3 ### Output...

Component: FlatList
Needs: Triage :mag:
Newer Patch Available

### Description the native component can not be dealloc when react-native viewcontroller pop to native viewcontroller in iOS platform ### React Native Version 0.71.4 ### Output of `npx react-native info`...

Issue: Author Provided Repro
Newer Patch Available

### Description Currently there is no support to **codegen** return a specific data structure as **WritableMap**. ### This is currently supported For example on a Turbo Module with name "example"....

Stale
Needs: Author Feedback
Type: New Architecture
Needs: Version Info

### Description AppState.currentState returning unknown in iOS when app launched and this is not happening in debug mode. ### React Native Version 0.70.10 ### Output of `npx react-native info` System:...

Platform: iOS
API: AppState
Needs: Author Feedback

Summary: ## Bump minimum Node JS version to 18 via `react-native/package.json#engines` In https://github.com/facebook/react-native/pull/35443 we bumped up the node version from 16 to 18. Node 16 [ends maintenance releases on 2023-09-11](https://nodejs.org/en/blog/announcements/nodejs16-eol/),...

CLA Signed
Type: Breaking Change💥
p: Facebook
Partner
fb-exported

## Summary: > [Codegen 134 - Assigned to @cloudpresser] Create a function getTypeAnnotationName(typeAnnotation) in the Parser base class. Implement it using [this code for Flow](https://github.com/facebook/react-native/blob/d8ced6f8953cd896471983714e722caf50783960/packages/react-native-codegen/src/parsers/flow/components/events.js#L211) and [this code for Typescript](https://github.com/facebook/react-native/blob/d8ced6f8953cd896471983714e722caf50783960/packages/react-native-codegen/src/parsers/typescript/components/events.js#L223)....

CLA Signed
Tech: Codegen

## Summary: While setting up a monorepo that required a custom react-native path location (react-native-macos in my case) I was getting the following error when running `pod install` ![image](https://github.com/facebook/react-native/assets/11707729/29bacfbb-78d9-49db-9c75-3e75674d87e9) That's...

CLA Signed
p: Expo
Partner

### Description The IOS screen mirroring feature is broken when a native alert is displayed. The alert will only appear on the mirroring screen and not on the Iphone, preventing...

Platform: iOS
Impact: Regression
Stale
API: AlertIOS
Needs: Triage :mag: