react-native
react-native copied to clipboard
A framework for building native applications using React
## Description I recently upgraded from RN v0.60.5 to RN v0.62.2 and I noticed that my iOS release builds are now producing an .ipa file nearly triple in size, from...
## Description I'm trying to create a fresh `react-native` project with a fresh native module without any new code. I installed the `MyLibrary` into `MyApp` using `yarn add file:/path/to/module`, I...
### Description There are a few issues about this topic, but none of them have a solution: - https://github.com/facebook/react-native/issues/28575 - https://github.com/facebook/react-native/issues/22927 - https://github.com/facebook/react-native/issues/13959 I've attached a simple FlatList snack showing...
### Description If I run build through xcode, it works fine. But running ```npx react-native run-ios```. gives error ### React Native Version 0.71.3 ### Output of `npx react-native info` System:...
### Description ## Overview If there's an error when evaluating a module, the app crashes and the stack trace is not reported in the console: Expectation is that the app...
### New Version 0.61.4 ### Old Version 0.71.3 ### Build Target(s) android ### Output of `react-native info` System: OS: macOS 12.2 CPU: (8) arm64 Apple M1 Memory: 95.97 MB /...
## Summary > Extract the buildModuleSchema function ([Flow](https://github.com/facebook/react-native/blob/main/packages/react-native-codegen/src/parsers/flow/modules/index.js#L571), [TypeScript](https://github.com/facebook/react-native/blob/main/packages/react-native-codegen/src/parsers/typescript/modules/index.js#L584))in the parsers-commons.js function. The two functions are almost identical except for the filter(property =>) at the end of the function, which...
## Summary While working on https://github.com/facebook/react-native/pull/35786 I noticed some inconsistencies in the versioning for Babel and Flow across the monorepo. So in this PR I wanted to address that so...
Hey there, we recently upgraded to react-native 0.63.2 and we get the following launch crash on Samsung S9 devices running Android 10 in production (We don't get that on other...
## Summary There is a rounding issue in layout calculation when using onTextLayout method in Text component on Android. As you can see in the example below onTextLayout returns 3...