react-native
react-native copied to clipboard
A framework for building native applications using React
## Summary: I am currently building a mobile app and upgrade to react-native 0.73. I was annoyed when my IDE kept signaling errors that certain props are not valid on...
### New Version 0.70.4 ### Old Version 0.61.2 ### Build Target(s) iOS simulator debug ### Output of `react-native info` info Fetching system and libraries information... (node:17510) Warning: Accessing non-existent property...
### Description Setting the iOS-only `shadow*` style props on a View can unexpectedly apply shadows to multiple elements in the view's subtree. This issue can be reproduced in Fabric too....
## Summary: This PR intent to solve Skew property on Android: https://github.com/facebook/react-native/issues/27649. After android Q, we can use `setAnimationMatrix` to implement css `Transform`. (This api can also be accessed before...
### Description I'm having this error right now, everything worked fine, but i don't understand why i'm facing this error, I've tried many solutions fot two days that's why i'm...
### Description We have a target for the app and a target for an appClip it was ok on 0.66.3 but after upgrading to 0.66.8 it opens the two bundlers...
### Description facing a crash for some users with the stack trace ``` JS Functions are not convertible to dynamic at ? (null:null:null) at enqueueNativeCall(/Users/arjun/anar/mobile/node_modules/react-native/Libraries/BatchedBridge/MessageQueue.js:323:enqueueNativeCall) at nonPromiseMethodWrapper(/Users/arjun/anar/mobile/node_modules/react-native/Libraries/BatchedBridge/NativeModules.js:150:nonPromiseMethodWrapper) at queueOperation(/Users/arjun/anar/mobile/node_modules/react-native/Libraries/Animated/NativeAnimatedHelper.js:84:API.queueOperation) at...
### Description There is no way to trigger `onLongPress` or other press events like `onPressIn` or `onPressOut` when using a physical keyboard connected to the mobile device. This is a...
## Requires API Proposal This issue requires a new API. An API proposal should be added and discussed before proceeding with implementation. The API proposal can be added in the...
### Description If the initial state of list is empty and it fills in componentDidMount the flatlsit will only render first 10 items from the list of 60. It doenot...