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

A framework for building native applications using React

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

## Summary This adds the `enterKeyHint` prop to the TextInput component as requested on https://github.com/facebook/react-native/issues/34424, mapping web [enterKeyHint types](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/enterkeyhint) to equivalent [returnKeyType](https://reactnative.dev/docs/textinput#returnkeytype) values. This PR also updates RNTester TextInputExample in...

CLA Signed
Type: Enhancement
Shared with React Native Team

### Description Getting Crash on android with the following stack trace ``` java.lang.RuntimeException: at com.facebook.react.bridge.DefaultNativeModuleCallExceptionHandler.handleException (DefaultNativeModuleCallExceptionHandler.java:20) at com.facebook.react.devsupport.DisabledDevSupportManager.handleException (DisabledDevSupportManager.java:178) at com.facebook.react.bridge.CatalystInstanceImpl.onNativeException (CatalystInstanceImpl.java:629) at com.facebook.react.bridge.CatalystInstanceImpl.access$1100 (CatalystInstanceImpl.java:47) at com.facebook.react.bridge.CatalystInstanceImpl$NativeExceptionHandler.handleException (CatalystInstanceImpl.java:647) at com.facebook.react.bridge.queue.MessageQueueThreadHandler.dispatchMessage...

Platform: Android
Needs: Triage :mag:

### Description Hello I am keep getting this error when generating archive however build in simulator is working fine getting beloe error Showing Recent Messages File /Users/simranjeet/Library/Developer/Xcode/DerivedData/ShhParty-csbogbjoovolurdbnvnwtayywufy/Build/Intermediates.noindex/ArchiveIntermediates/ShhParty/BuildProductsPath/Release-iphoneos/ShhParty.app/main.jsbundle does not exist....

Needs: Triage :mag:
📦Bundler

### Description This might be expected behaviour or not worth fixing since there's an easy workaround, but it was tricky to debug and I think it's new behaviour in a...

Needs: Triage :mag:

### Description The simple textinput is not visible on my login screen. I have ensured to give it proper height, width etc. any help would be greatly appreciated. ### Version...

Component: TextInput
Needs: Triage :mag:

## Summary Fix `KeyboardAvoidingView` height on iOS when "Prefer Cross-Fade Transitions" is enabled by adding an additional check to `_relativeKeyboardHeight` verifying if `prefersCrossFadeTransitions()` is true and `keyboardFrame.screenY` is `0` and...

CLA Signed
Platform: iOS
Bug
Shared with React Native Team

## Description Entrance/exit from collection not supported by ScrollView. No components can be set as any collection role. With support for "List" or "Grid" roles would these would likely work...

Good first issue
Platform: Android
Component: ScrollView
Accessibility

I meet with the problem of my release app on line. help! the React Native version is 0.60.4 stacktraces as follows: com.facebook.jni.CppException facebook::react::Recoverable: Could not open file/data/user/0/com.xxx.yyy/files/rn/main.jsbundle: No such file...

Needs: Author Feedback
Needs: Verify on Latest Version
Needs: Issue Template

### Description I've had this error come up in Firebase Crashlytics a few times now: ``` Fatal Exception: java.lang.IndexOutOfBoundsException: index=68 count=67 at android.view.ViewGroup.addInArray(ViewGroup.java:6213) at android.view.ViewGroup.addViewInner(ViewGroup.java:6106) at android.view.ViewGroup.addView(ViewGroup.java:5903) at com.facebook.react.views.view.ReactViewGroup.addView(ReactViewGroup.java:464) at...

Platform: Android
Component: SectionList
Needs: Triage :mag:

## Summary In Expo environment, we overwrite console log handlers and send logs to CLI terminal or Snack remote console. If users use `LogBox.ignoreLogs()` to suppress some logs, the log...

CLA Signed
Type: Enhancement
p: Expo
Partner
Contributor
Shared with React Native Team