react-native
react-native copied to clipboard
A framework for building native applications using React
Summary: Fixes some tech debug Changelog: [Fixed] Share re-defined defineReadOnlyGlobal(...) Differential Revision: D53340274
### New Version 0.72.3 ### Old Version 0.70.3 ### Build Target(s) all ### Output of `react-native info` ``` System: OS: macOS 13.0.1 CPU: (8) arm64 Apple M1 Pro Memory: 77.75...
### Description After update to 0.72.2 and connect to chrome debugger an error appears: Invariant Violation: Calling synchronous methods on native modules is not supported in Chrome. Consider providing alternative...
## Description In iOS, when using `KeyboardAvoidingView` with behaviour `height`, after the first appearance of the keyboard by focusing on the input, when clicking in the input, the keyboard appears...
### Description **we are experiencing this crash after upgrading react-native version from 0.66.5 to 0.71.13** Crashed: com.apple.root.user-interactive-qos EXC_BAD_ACCESS KERN_INVALID_ADDRESS 0x0000000000000000 - RCTCxxBridge.mm - Line 1492 - RCTCxxBridge enqueueApplicationScript:url:onComplete:] + 1492...
### Description Hello, I'm currently facing an issue while trying to run my React Native project on iOS. I have followed the necessary steps, but I keep encountering an error...
**This issue is a continuation of the discussion:** https://github.com/facebook/react-native/commit/dff490d140010913d3209a2f3e987914b9c4eee4#commitcomment-39332764 **The link to the sample project that demonstrates the issues:** https://github.com/Ginger-Labs/Input-bug ## Description Controlled selection seems to be broken on both...
React Native version: 0.61.4 and lower Trying to force capitalization of characters inside a TextInput is broken on Android. - `autoCapitalize="characters"` doesn't seem to do anything - Using `toUpperCase` in...
### Description when we use this ``` { console.log("SDfsdfsdf +" + Math.random()) }} style={{ alignSelf: 'flex-start' }}> {'From [email protected] From [email protected]' } ``` this not taking a full row. but...
### Description I'm working in an app where I'm creating very small views and then scaling them. The scaling result looks good on Android, but on iOS it is pixelated....