react-native
react-native copied to clipboard
A framework for building native applications using React
### 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...
### Description ``` { setLoading(false); }} /> ```  ### React Native Version 0.71.7 ### Output of `npx react-native info` ``` System: OS: Windows 10 10.0.19045 CPU: (8) x64 AMD...
### 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...
### 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`...
### 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"....
### 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:...
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/),...
## 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)....
## 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`  That's...
### 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...