react-native
react-native copied to clipboard
A framework for building native applications using React
### New Version 0.69.5 ### Old Version 0.67.4 ### Build Target(s) iOS Simulator in debug mode ### Output of `react-native info` System: OS: macOS 12.4 CPU: (8) arm64 Apple M1...
### Description Certain users are getting their app crashed while typing in a text input. From Sentry we where able to get this log: ``` io.sentry.android.core.ApplicationNotResponding: Application Not Responding for...
### Description I recently upgraded to macOS 12.2.1 and it won't build the app. Error log: `Command PhaseScriptExecution failed with a nonzero exit code` this is the only error that...
### Description Hi Folks! I have been facing this issue for very long time. When notification is received in background, application crashes. We are using [Rn FIrebase FCM](https://rnfirebase.io/messaging/usage) App only...
### Description when changing device orientation current item has been changed ### Version 0.65.1 ### Output of `npx react-native info` System: OS: macOS 12.2.1 CPU: (12) x64 Intel(R) Core(TM) i7-9750H...
### New Version 0.69.1 ### Old Version 0.66.4 ### Build Target(s) android ### Output of `react-native info` System: OS: Windows 10 10.0.19044 CPU: (8) x64 Intel(R) Core(TM) i7-9700 CPU @...
- [x] I have reviewed the [documentation](https://facebook.github.io/react-native) - [x] I have searched [existing issues](https://github.com/facebook/react-native/issues) - [x] I am using the [latest React Native version](https://github.com/facebook/react-native/releases) This is actually a reopen of...
### Description ---My Code--- ```typescript const reverseGeocoding = async (location: Location) => { const params = new URLSearchParams({ "orders": `admcode`, "output": "json", "coords": `${location.longitude},${location.latitude}` }).toString() const resultBare = await fetch(`${Config.REVERSE_GEOCODING_URL}?${params}`,...
### Description I was writing a page where the app counts 1000 to 0, decreasing the value by one for every second. It should be very simple to write, but...
Please provide all the information requested. Issues that do not follow this format are likely to stall. ## Description i have no idea what is wrong , but i app...