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 `tabIndex` Android only prop to View as requested on https://github.com/facebook/react-native/issues/34424 mapping the existing `focusable` prop to `tabIndex` so that `tabIndex={0}` maps to `focusable={true}` and `tabIndex={-1}`...

CLA Signed
Platform: Android
Type: Enhancement
Shared with React Native Team

### Description In trying to integrate `@swc/jest` into our React Native codebase - it was discovered that one of the files (`error-guard`) was not being transpiled correctly. I'm not sure...

Stale
Needs: Triage :mag:

## Summary **This is a work in progress - I'm opening the draft PR so that the rest of the release crew can play with it and give feedback while...

CLA Signed
p: Microsoft
Partner
Contributor

### Description This is a very bizarre issue that has been previously reported a bunch of times, and this is basically a continuation of: https://github.com/facebook/react-native/issues/29608 I initially started running into...

🌐Networking
Platform: Android
Needs: Triage :mag:
Version: 0.66.3

## Summary This adds the `aria-modal` prop to the components where it's used as requested on https://github.com/facebook/react-native/issues/34424, mapping web [aria-modal](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Attributes/aria-modal) to equivalent [accessibilityViewIsModal](iOS) ## Changelog [General] [Added] - Add aria-modal...

CLA Signed
Type: Enhancement
Shared with React Native Team

### Description After running `react-native init ` the App.js file contains TypeScript code. Here are some snippets; Line 10: `import type {Node} from 'react';` Line 29: `const Section = ({children,...

Needs: Triage :mag:

### Description When you set `mutline` to `true` and enter/delete new lines, the scrolling is really flaky. Notice that this app was instantiated with `npx react-native init myapp --template react-native-template-typescript`...

Component: TextInput
Needs: Triage :mag:

# Add support for Web props to core components **Contingent on RFC feedback.** This is the umbrella issue for basic React DOM / Web props support on React Native components,...

Help Wanted :octocat:
Component: TextInput
Component: Text
Component: View
Component: Image
Accessibility
Platform: All

## Summary When the webview is updated by play store, all apps that has loaded webview gets killed. For background see https://issuetracker.google.com/issues/228611949?pli=1 We have a long-running app and don't want...

CLA Signed
Platform: Android
Bug
Shared with React Native Team

## Summary - Adding [aria-label](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Attributes/aria-label) alias for [accessibilityLabel](https://reactnative.dev/docs/accessibility#accessibilitylabel) https://github.com/facebook/react-native/issues/34424 ## Changelog [General] [Added] - Add `aria-label` prop to `Button` component ## Test Plan ``` onButtonPress('cancelled')} testID="cancel_button" color={theme.SystemRedColor} title="Cancel Application" aria-lable="Press...

CLA Signed
Type: Enhancement
Shared with React Native Team