react-native icon indicating copy to clipboard operation
react-native copied to clipboard

A framework for building native applications using React

Results 2114 react-native issues
Sort by recently updated
recently updated
newest added

### 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:...

Component: TextInput
Needs: Triage :mag:

### 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...

Platform: iOS
Impact: Regression
Platform: Android
API: Animated

### 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 /...

Needs: Triage :mag:
Type: Upgrade Issue

### 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...

Component: Switch
Needs: Triage :mag:
Type: New Architecture

### 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...

Needs: Triage :mag:

### Description Demonstration: ![191499509-b41280a0-2969-4fe6-8796-c5695b999f27](https://user-images.githubusercontent.com/27373393/210272754-52cf849c-f80c-44f8-a4c0-d3414cc45e4b.gif) 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 ###...

Platform: Linux
Component: KeyboardAvoidingView
Component: Switch
API: Keyboard
Needs: Triage :mag:

### 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()}...

Platform: iOS
Platform: Android
Component: FlatList
Needs: Triage :mag:

### 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...

Stale
Platform: Android
Needs: Triage :mag:

### 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...

Platform: iOS
Stale
Needs: Triage :mag:

### 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...

Platform: Android
Component: Image
Needs: Triage :mag: