react-native
react-native copied to clipboard
A framework for building native applications using React
### Description Crash occurs on App Open. Here is public sentry issue link https://ekeekaran-ventures.sentry.io/share/issue/68b33ca371e241f79a3471eae254080d/ Error: Exception in HostObject::get for prop 'NativeUnimoduleProxy': java.lang.StringIndexOutOfBoundsException I also checked the play store crash reports...
### Description Hello team, According to android api leavel 31 I have updated code. before I am trying to enable bluetooth using `PermissionsAndroid.request(PermissionsAndroid.PERMISSIONS.ACCESS_FINE_LOCATION)`. for android 12 I have tried with...
### Description After some time I came back to one of our project and suddenly find out that after installing debug build on Android the app is working as expected....
## Description Combining multiple lines, center text alignment, and increased letter spacing in one `Text` element offsets the last line off the left hand side of the screen proportional to...
### Description Hello Folks, Creating new react native project in apple m1 machine in "0.67.1" version, and my iOS project always getting failed to run getting this error. ``` node:internal/fs/utils:343...
### Description There seems to be a regression with the `Linking.openURL` where formatted phone numbers that include spaces will throw the following error while testing on a iOS device: ```...
Summary: Changelog: [General][Changed] - Move react-native-babel-transformer and react-native-babel-preset from Metro to React Native repo. This diff does the following: - Move `metro/packages/metro-react-native-babel-preset` to `react-native/packages/react-native-babel-preset`. - Move `metro/packages/metro-react-native-babel-transformer` to `react-native/packages/react-native-babel-transformer`. Differential...
Summary: When `metro-react-native-babel-preset` was part of Metro, Metro would take care of building flow-typed `src` before publishing. React Native doesn't do that. This diff adds build script, `prepare` and `postpublish`...
Summary: Changelog: [General][Changed] - Rename metro-react-native-babel-preset to react-native/babel-preset This renames `metro-react-native-babel-preset` package to `react-native/babel-preset`. It also updates references in packages that depend on it. Differential Revision: D46559034
Summary: This renames `metro-react-native-babel-transformer` package to `react-native/babel-transformer`. It also updates references in packages that depend on it. Changelog: [General][Changed] - Rename metro-react-native-babel-transformer to react-native/babel-transformer Differential Revision: D46564389