react-native
react-native copied to clipboard
A framework for building native applications using React
## Summary: Some of the .so files in React Native does not seem to be stack protected. We figure that out by checking for "__stack_chk_fail" string inside the binary files....
## Summary: Bumps NDK to current LTS Release. ## Changelog: [Android] [Changed] - Bump NDK to 25 ## Test Plan: CI Green ✅
## Summary I noticed that `onMomentumScrollEnd` is called multiple times on Android. 1. It is always called three times with the last value 2. It is sometimes called many times...
### Description As the document states, there are Hermes symbols in the assets, but only certain versions have them (e.g., 0.70.7), while others don't (e.g., 0.71.7). How can I obtain...
Summary: Changelog: [iOS][Removed] Remove RCTSurfaceHostingComponent and RCTSurfaceBackedComponent, needed only for ComponentKit integration. Differential Revision: D47255482
### Description I'm using Linking.openURL in index.js to open my app on certain background data notification. I can open the app using with [Deep Link Tester app](https://play.google.com/store/apps/details?id=com.manoj.dlt&hl=en&gl=US). But cannot open...
### Description After upgrading my react native to version 0.72.0, I can't run my react native app on iOS properly as it logs an error saying: "Error 'ReactCommon/TurboModuleBinding.h' file" as...
## Description I have a screen where I type in the input field and get search results accordingly. The list is rendered within a ScrollView but it still doesn't let...
### Description When I setup a fresh project as per the [docs](https://reactnative.dev/docs/environment-setup?platform=android) using: ``` npx react-native@latest init RNTestApp ``` And then try to run it using: ``` npx react-native run-android...
Please provide all the information requested. Issues that do not follow this format are likely to stall. ## Description Did looked for related issues did not find any solution for...