react-native
react-native copied to clipboard
A framework for building native applications using React
Summary: Generated props with custom structs generates implement their own version of `fromRawProps` in the header file, which has to invoke `fromRawProps` in the framework which is not available. This...
### Description ### Firebase crash report `Crashed: Thread : SIGSEGV 0x0000000000000040` `#00 pc 0x78ffc5cbbc` `#01 pc 0x664 linux-vdso.so.1 ` `#02 pc 0x17ea8 libutils.so ` `#03 pc 0x17d84 libutils.so ` `#04...
### Description I have been unable to find throughout the documentation, or my own experiments a way to enable Android/iOS keyboard navigation. I feel like this is important and expected...
### Description I have an app that is targeted SDK 32. I want to send a headless task from my native android code when the app is killed but I...
### Description I'm trying to build a fabric native react component, and I'm following the steps as outlined here: https://reactnative.dev/docs/next/the-new-architecture/pillars-fabric-components When I use codegen to generate the props from my...
### Description We've recently migrated to rn 0.70.2 from 0.66.4, We've followed the react native upgrade helper carefully, gradle clean and build is successful but getting the below mentioned crash...
### Description Hello, I am trying to initialize a new project by following the steps in [Setting Up the Development Environment](https://reactnative.dev/docs/environment-setup). I get an error during `npx react-native init (project...
Pressable: onLongPress not work after delay if finger is moved while pressing inside the button surface. React Native 0.63
### New Version 0.64 ### Old Version 0.63.3 ### Build Target(s) i don`t know ### Output of `react-native info` System: OS: macOS 12.6 CPU: (8) x64 Apple M1 Memory: 27.44...
### Description the react-native version is 0.59.10 the Text component parameter,'ellipsizeMode' and 'numberOfLines' can not work correctly when the 'numberOfLines' is more than 1,'ellipsizeMode' dose not work when i choose...