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

## Description The "expanded" accessibilityState for Android is currently faked by appending to the content description, rather than implemented correctly. This has all sorts of side effects, such as: -...

Platform: Android
Accessibility
Accessibility Team - Evaluated
React Native Engineering - Evaluated

## Description Hey, I've a little problem with the TextInput of React-Native library on Android. When I want to focus an input for the 1st time, he's automatically blurred. Then...

Component: TextInput
Platform: Android
Needs: Triage :mag:

Please provide all the information requested. Issues that do not follow this format are likely to stall. ## Description Multiline texts don't have same line height on specific fonts. ([NotoSansCJK](https://www.google.com/get/noto/help/cjk/)=...

Platform: Android

### Description This is more of a question than a bug because I actually want the current behavior. But if it changes then I'll be in a bad situation. So...

Platform: Linux
API: Linking
Needs: Triage :mag:

Filter out commits that touch certain "internal" files. We currently use the rn-changelog-generator to generate our React Native release changelog: https://github.com/facebook/react-native/blob/main/CHANGELOG.md The release process involves sanitizing the changelog before release....

Stale
Release Improvements

### Description I am overriding react navigation back button behavior on one of my screens. It works but it takes around 3-4 seconds to work. ### Version 0.68.2 ### Output...

Component: Button
Needs: Triage :mag:

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

CLA Signed
Type: Enhancement
Shared with React Native Team

### Description On android when trying to call `Linking.getInitialURL()` I always get `[Error: Could not get the initial URL : Attempt to invoke virtual method 'java.lang.String android.content.Intent.getAction()' on a null...

Platform: Android
API: Linking
Needs: Triage :mag:

Description: **Good evening guys,** I am having an issue on my project on both android and iOS: When i am using the app on debugging mode **ON** fetching data from...

Needs: Author Feedback
Accessibility Team - Evaluated

App crash on Android [integration with existing apps](https://facebook.github.io/react-native/docs/integration-with-existing-apps). Crash log. ``` E/SoLoader: couldn't find DSO to load: libjscexecutor.so caused by: dlopen failed: library "libjsc.so" not found 2019-07-07 18:59:27.223 10045-10073/com.mihir.reactApp E/AndroidRuntime:...

Bug