react-native
react-native copied to clipboard
A framework for building native applications using React
### 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...
### 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...
### 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...
Invariant Violation: "app" has not been registered - AppRegistry.js | runnables[appKey] is undefined
### 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...
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...
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...
## 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...
### 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...
## 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...
## 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...