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 If you have multiline `` with horizontal padding styles, `onContexntSizeChange` works as if horizontal padding is 0. So you can't set input's height of `nativeEvent.contentSize.height` correctly ### Version...

Platform: iOS
Component: TextInput
Needs: Triage :mag:

### Description Apps targeting Android 12 and higher are required to specify an explicit value for `android:exported` when the corresponding component has an intent filter defined. See https://developer.android.com/guide/topics/manifest/activity-element#exported for details....

🌐Networking
Platform: Android
Needs: Triage :mag:

### Description While building react native app (running in real time device) by xcode, I am getting following major issues - - **redefinition of module fmt** - **redefinition of module...

Platform: iOS
Needs: Triage :mag:

### Description i got this error when add this flag ``` newArchEnabled=true ``` to gradle.properties. ``` CMake Error in CMakeLists.txt: Imported target "folly_runtime" includes non-existent path ``` ### Version 0.70.5...

Needs: Triage :mag:
Type: New Architecture

### Description Upgrade of XCode and iOS 16 has broken our RN app. Reproducable with clean app. ### Version 0.69.5 ### Output of `npx react-native info` System: OS: macOS 12.5.1...

Platform: iOS
Needs: Triage :mag:

### Description * What went wrong: Could not determine the dependencies of task ':app:compileDebugKotlin'. > Could not resolve all files for configuration ':app:debugRuntimeClasspath'. > Could not resolve com.facebook.react:react-native:+. Required by:...

Platform: Android
Needs: Triage :mag:

### Description I may be wrong, and I don't know if any special guarantees can be made regarding how threads interact with the scheduler, but the following code appears to...

Type: Question

## Summary The Turbo Module guides often encourage the use of `TurboModuleRegistry.get(...)` and directly exporting that, however this will be cumbersome to use for any library users since they have...

CLA Signed
Stale
Shared with React Native Team
Type: New Architecture

### Description Null extracted folder for artifact: ResolvedArtifact(componentIdentifier=org.webkit:android-jsc:r245459, variantName=null, artifactFile=/Users/jason/work/pnApp33/node_modules/jsc-android/dist/org/webkit/android-jsc/r245459/android-jsc-r245459.aar, extractedFolder=null, dependencyType=ANDROID, isWrappedModule=false, buildMapping={__current_build__=/Users/jason/work/pnApp33/android}, mavenCoordinatesCache=com.android.build.gradle.internal.ide.dependencies.MavenCoordinatesCacheBuildService$Inject@53df469c) ### Version 0.61.5 ### Output of `npx react-native info` System: OS: macOS 13.0 CPU: (10)...

Needs: Triage :mag:

Summary: Changelog: [Internal] Differential Revision: D41028555

CLA Signed
p: Facebook
Partner
fb-exported