react-native
react-native copied to clipboard
A framework for building native applications using React
Summary: We want to change Text so that if it has links, and no `accessible` value set, it becomes accessible by default for keyboards. To do that we need native...
### Description Hi everyone, I'm encountering a really strange issue and hoping someone here might have some insight. Here's the problem: In any new React Native app generated using @react-native-community/cli,...
## Description When component start, works fine. After change value from `` and delete it, the placeholder appears, passes 1 second and it break line. ## React Native version: ```System:...
### Description when my iOS app receive push notification and when the app is close only opens in the home screen but never goes to the screen with the deeplink...
### Description After upgrading from 0.73 to 0.76, I found that some TouchableOpacity could not be clicked, so I made a minimize buggy demo code, which just depend on react-native,...
## Summary This commit adds support for building XCFrameworks from the prebuild-script - Added build script to help build xcframeworks - Added full header file structure - Added calling the...
## Summary: This PR fixes logging of rejections, which stopped working with the transition from using `LogBox` for warnings to directing users to use React Native Debugger, where warnings can...
### Description Getting this error message when using SWR with expo SDK 52, this issue was not present in expo SDK 51. This issue is only present on android and...
## Summary: This commit adds building the swift package from the prebuild script: - Added swiftpackage.js for building the swift package - Added calling building from the main script -...
### Description I've found a discrepancy between Android and iOS platforms. When the `horizontal` prop is set, the ref returned during unmount has a nullable `NativeState` property which breaks `ShadowNode`...