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 import { NativeModules } from 'react-native'; const { MyModule } = NativeModules; my MyModule is null and native modules return empty object it works in previous versions. This...

Needs: Triage :mag:

## Description When creating new native library for application, when library is attached to the react native mobile application in iOS, the NativeModules are empty (`{}`) ## React Native version:...

Stale
Needs: Triage :mag:

### Description When trying to implement an upper case only input, adding `autoCapitalize="characters"` seems to work on Android by setting the keyboard to be upper case by default. One can...

Ran Commands
Resolution: PR Submitted
Component: TextInput
Platform: Android
Bug

### Description The Text component does not read out the `accessibilityRole` for some types when using VoiceOver on iOS. I noticed it specifically for `alert` and there is an older...

Platform: iOS
Stale
Needs: Triage :mag:

## Summary ## Changelog ## Test Plan

CLA Signed

### Description Imagine a native module with one function test that has one parameter -> array. When you call it with an array that has more than 196603 items in...

Partner
Tech: Hermes
Needs: Verify on Latest Version
p: Sentry

### Description I am unable to build my project due to the "No matching function for call to 'RCTAppSetupPrepareApp'" and "No matching function for call to 'RCTAppSetupDefaultRootView'" errors. I'd be...

Needs: Triage :mag:
Needs: Verify on Latest Version

### Description Firstly I am not talking about the old architecture and I have already gone through [this](https://github.com/facebook/react-native/issues/33639) This method does not really works for new architecture given how the...

Needs: Triage :mag:
Needs: Verify on Latest Version
Type: New Architecture

## Summary This change moves our Executor to M1 machines. This increase the class size (which can speedup the CI). ## Changelog [iOS][Changed] - Use M1 machines in CI ##...

CLA Signed
Platform: iOS
p: Facebook
Partner

## Summary `maintainVisibleContentPosition` is broken when using virtualization and the new content pushes visible content outside its "window". This can be reproduced in the example from this diff. When using...

CLA Signed
Contributor