react-native
react-native copied to clipboard
A framework for building native applications using React
### Description This bug appears completely randomly. tried using bare TextInput - same thing. Same thing on emulators and build versions. ### Steps to reproduce This bug appears completely randomly...
### Description I have a Websocket implementation that needs to send big chunks of Data at times. The biggest chunk is a string with a length of 26858790 characters. On...
### Description When building iOS, it gives the following 2 build errors: Build target hermes-engine: ...[CP-User] [RN] [1] Build Hermesc Failed to configure Hermesc cmake project. Build target React-rncore: ...[CP-User]...
## Summary: I was integrating ReactNative in to native project. In some cases, the `t.user_project` might be nil. Need to remove nil objects in array for further uses. ## Changelog:...
### Description When using `TextInput` without `multiline` on iOS, the `"." Shortcut` (double tapping the space bar will insert a period followed by space) functionality is broken. ### Steps to...
Please provide all the information requested. Issues that do not follow this format are likely to stall. ## Description  ## React Native version: Run `react-native info` in your terminal...
### Description When I need to pop up multiple modals at the same time in react native, it doesn't work properly on iOS. It is presented on the native code...
## Description When using Hermes, iOS has a different DevMenu to Android: ## iOS: ## Android: This is important, when clicking `Debug` the Android app will crash if using Reanimated...
### Description This seems to be a regression. On a React-Native 0.67.2 does not happen, but on React-Native 0.68.2 seems to reproduce. Seems to reproduce also both on Android and...
## Description Passing the following style object: `{[{borderTopLeftRadius: 30}, {borderRadius: 16 }]}` will result in the borderRadius instruction being ignored on the top-left corner. If each corner is defined, the...