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

Summary: changelog: [internal] force_static doesn't need to be in here, let's remove it. I change one module per diff. It makes it easier to land it and pinpoint where build...

CLA Signed
p: Facebook
Partner

Summary: This enables to code-gen base C++ type for custom exported JS types from a RN TM spec - which have been previously excluded from code-gen. The only work around...

CLA Signed
p: Facebook
Partner

Summary: The flow parser *always* returns if a property IS `optional` (true|false) OR not The TypeScript one only emits `optional` if the prop is optional. The current `partialProperty` UTs are...

CLA Signed
Stale
p: Facebook
Partner

### Description when use react native paper dialog with input: handleTextChange(text)} style={styles.input} /> I reported first to react native paper github issues, but they say it's issue with react native...

Stale
Component: TextInput
Needs: Triage :mag:
Newer Patch Available

## Summary This PR moves the Animated module to a separate package called `@react-native/animated` located under `packages/animated` as proposed on https://github.com/facebook/react-native/issues/35263 ## Changelog [General] [Changed] - Move Animated to `@react-native/animated`...

CLA Signed
Stale
Shared with Meta

## Description When nesting a horizontal `ScrollView` inside of vertical `ScrollView`, using Android Talkback to focus out of the horizontal `ScrollView` will cause the screen to scroll to the end...

Stale
Accessibility
Needs: Triage :mag:
Accessibility Team - Evaluated

## Summary Our Crashlytics tool has been shown to have some crash issues on some devices running Android 4.4 (I cannot reproduce myself). It problems is from [Line 59 of...

CLA Signed
Stale
Platform: Android
Bug

## Description I have a basic text input with multiline set to true. Additionally it has `selection` and `onSelectionChange` props set which causes cursor to move to initial position whenever...

Platform: iOS
Stale
Needs: Triage :mag:

Summary: Changelog: [Internal] In the new CDP backend, calling any `console` method a second time involves a call to a moved-from `std::function`. This shouldn't work, but depending on the toolchain,...

CLA Signed
p: Facebook
Partner

## Summary: After checking failed e2e jobs I've noticed that job test_e2e_android and test_e2e_ios have some steps that can be rearranged to run after the build command. This change will...

CLA Signed
Shared with Meta