react-native
react-native copied to clipboard
A framework for building native applications using React
### Description I want to move the cursor to the end of the input when it gets focus, so I use `setNativeProps`: ```javascript { textInputRef.current?.setNativeProps({ selection: { start: text.length, end:...
### Description When `Animated.Value` in styles gets replaced by a constant value, the `Animated.Node` gets correctly detached, however, the new value is not assigned - the prop gets restored to...
### New Version 0.59.9 ### Old Version 0.63.5 ### Build Target(s) NA ### Output of `react-native info` System: OS: macOS 12.5 CPU: (8) arm64 Apple M2 Memory: 88.23 MB /...
### Description I want to upgrade to 0.71. But I have custom PROTOCOLS... @interface AppDelegate : UIResponder How do I ignore RCTAppDelegate and use my own UIResponders? My build cannot...
### Description ** BUILD FAILED ** The following build commands failed: PhaseScriptExecution [CP]\ Copy\ XCFrameworks /Users/ma/Library/Developer/Xcode/DerivedData/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/OpenSSL-Universal.build/Script-46EB2E00018E30.sh (in target 'OpenSSL-Universal' from project 'Pods') (1 failure) ### Version 0.68.1 ### Output of...
### Description Demonstration:  Problem: When switching keyboards (ABC, emoji, gif, etc) on IOS and Android in `behaviour: height` mode the size of component is incorrect. ### Version 0.70.5 ###...
### Description Two Flatlist in page index.toString()} pagingEnabled={true} ref={r => this.accountDetailsListRef = r} renderItem={({item, index}) => this._renderItem(item, index)} showsHorizontalScrollIndicator={false} onViewableItemsChanged={this.onViewChanged} viewabilityConfig={{ itemVisiblePercentThreshold: 100, }} /> this.renderList(item)} keyExtractor={(item, index) => index.toString()}...
### Description build from local `yarn android` is working but bundleRelease and download from play store version is crashed some android devices. This is Report from google in play console...
### Description The app perfectly works on All IOS devices except 15.4, and 15.4.1. App crashes soon after the launch **Xcode Logs :** 2022-07-13 18:47:26.342228+0530 App[84911:2401435] [CleverTap]: CleverTap: Auto Integration...
### Description I am using an `` And it works as expected on iOS but on Android it has these weird horizontal blurred lines on either side of it where...