react-native
react-native copied to clipboard
A framework for building native applications using React
### Description my phone in realme ( Android -10) we have created app for chat with user. in their i have use a TextInput of multiLine , to send Message...
### Description When doing upload video recording sometimes (every 7 / 10) I got axios: Network Error on my Huawei P20 (works fine on Xiaomi Redmi Note 9 Pro). It...
Summary: Cleanup create_github_release script. Encapsulated GitHub API requests into functions, changed curl commands so that we may capture their http code alongside the http body in the response, and other...
### New Version 0.69.0 ### Old Version 0.64.1 ### Build Target(s) iPhone 13 / iOS 15.5 ### Output of `react-native info` System: OS: macOS 12.5.1 CPU: (10) arm64 Apple M1...
### Description Our app is throwing ANRs when users with Samsung devices with Android 13 are typing in input fields. We had a [similar issue](https://github.com/facebook/react-native/issues/33139) for Samsung users with Android...
## Summary This PR is part of #34872 This PR extracts the [UnsupportedArrayElementTypeAnnotationParserError](https://github.com/facebook/react-native/blob/main/packages/react-native-codegen/src/parsers/flow/modules/index.js#L132) in its own throwing function. ## Changelog [Internal] [Changed] - Extract the UnsupportedArrayElementTypeAnnotationParserError in its own throwing...
## Description If you tap a TouchableWithoutFeedback area really fast, the onPress function will trigger before onPressOut, even though the documentation states the folowing: > **onPressOut**: Called as soon as...
Please provide all the information requested. Issues that do not follow this format are likely to stall. ## Description fatal error: module map file '/Users/miaohao/Library/Developer/Xcode/DerivedData/apex_baojia2-cdczyhhwbgshmtbdymitajpzamao/Build/Products/Debug-iphoneos/YogaKit/YogaKit.modulemap' not found ## React Native...
I got a memory leak on the Android platform when I launch a ReactActivity and finish it. ## Description [LeakCanary](https://github.com/square/leakcanary) report a memory leak when i launch a ReactActivity and...
### Description When trying to create a Pressable that has a borderRadius style, the ripple animation goes beyond the curved borders. This issue seems to have existed for quite some...