react-native
react-native copied to clipboard
A framework for building native applications using React
Summary: Convert RNLog to Kotlin Changelog: [Internal] [Changed] - Convert RNLog to Kotlin Differential Revision: D54010172
Summary: All these classes are NullSafe, let's mark them as NullSafe(Local) to ensure lint detect errors in the future bypass-github-export-checks changelog: [internal] internal Reviewed By: arushikesarwani94 Differential Revision: D54027177
### Description When I start my app locally (`npm run ios`), I get this error: ``` warn ================================================================================================= warn From React Native 0.73, your project's Metro config should extend '@react-native/metro-config'...
Summary: All these classes are NullSafe, let's mark them as NullSafe(Local) to ensure lint detect errors in the future bypass-github-export-checks changelog: [internal] internal Reviewed By: javache Differential Revision: D54027184
Summary: All these classes are NullSafe, let's mark them as NullSafe(Local) to ensure lint detect errors in the future bypass-github-export-checks changelog: [internal] internal Reviewed By: javache Differential Revision: D54027180
Summary: All these classes are NullSafe, let's mark them as NullSafe(Local) to ensure lint detect errors in the future bypass-github-export-checks changelog: [internal] internal Reviewed By: javache Differential Revision: D54027179
Summary: Those files should not stay in the root `/app` folder but inside the `/app/gradle/wrapper` folder. I've noticed this in the Upgrade Helper UI hence I'm removing them. Changelog: [Internal]...
Summary: RN-Tester is currently instacrashing on fast-refresh (pressing r on Metro) as it ends up on `onJSBundleLoadedFromServer` which throws an exception on Bridgeless mode. I'm fixing it by following the...
### Description Following up on this issue here: https://github.com/facebook/react-native/issues/38056. I have installed React Native on multiple devices with the same project as I am doing a university project and it...
### Description Task :app:createBundleReleaseJsAndAssets warning: the transform cache was reset. Welcome to Metro v0.80.6 Fast - Scalable - Integrated info Writing bundle output to:, android\app\build\generated\assets\createBundleReleaseJsAndAssets\index.android.bundle info Writing sourcemap output to:,...