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 websocket is working fine in development mode for android. using yarn start yarn android If try to create android apk relase using 1) cd android 2) ./gradlew assembleRelease...

Platform: Android
Needs: Author Feedback

### Description I have integrated a simple RN app with android by following [these steps](https://reactnative.dev/docs/integration-with-existing-apps.html?language=kotlin). I have created an android app and on its first screen I have created two...

Platform: Android
Needs: Triage :mag:
Newer Patch Available

### Description We are experiencing this error recently within our application, it came after updating to latest version of React Native. Do you have any suggestions for me on how...

Component: Modal
Needs: Triage :mag:

### Description After upgrading to `0.69` and upgrading a lot of packages, I'm not able to build Android anymore. With iOS, there is no problem but Android is impossible to...

API: AppRegistry
Needs: Triage :mag:

Summary: Small refactor in preparation to add systrace markers for several methods in RuntimeScheduler. Extracts the logic to execute a task to a private method and removes incorrect `const` modifier...

CLA Signed
p: Facebook
Partner
fb-exported

Summary: This adds systrace sections for the most relevant parts of `RuntimeScheduler`. This helps us identify how things are scheduled, which in this case makes it obvious we're not dispatching...

CLA Signed
p: Facebook
Partner
fb-exported

## UPDATE: READ HERE [FOR LATEST+WORKAROUND ON THIS](https://github.com/facebook/react-native/issues/36794#issuecomment-1500880284). ### Description Since upgrading to Xcode 14.3 and working around the other new issues i.e. the codegen ios target version issue, there...

Platform: iOS
Resolution: Fixed
Tech: Bundler 📦
Needs: Attention

### Description Hi there, I've seen this crash to happen much more since Android 12 and 96% Samsung devices. I cannot reproduce and I do not use any library that...

Stale
Platform: Android
Needs: Triage :mag:
Needs: Repro
Needs: Attention

## Summary: When a new version of `fbjni` is released, we can simplify `getName` and `getMessage` calls on throwables. ## Changelog: [ANDROID] [CHANGED] - Use new `getCanonicalName` and `getMessage` methods...

CLA Signed
Partner
p: Sentry

## Summary: As part of the effort to Kotlin-fy React Native tests, I've converted [BaseJavaModuleTest](https://github.com/facebook/react-native/blob/main/packages/react-native/ReactAndroid/src/test/java/com/facebook/react/bridge/BaseJavaModuleTest.java) to Kotlin. ## Changelog: [Internal] [Changed] - Convert BaseJavaModuleTest to Kotlin ## Test Plan: Tests...

CLA Signed
Tests