Skip to main content

android

If you choose the DIY option when spinning up a new app (or you run yarn prebuild:clean) you'll get an android (and probably ios) folder in your project root. This folder contains your native Android / Android Studio project, which has been pre-configured to work with React Native.

We generally recommend using the Expo CNG (continuous native generation) workflow, but if you need to customize your native code manually, you can do so here.

Just like any React Native project, you can open this folder in Android Studio and run your app on an emulator or device. Learn more here: https://reactnative.dev/docs/native-debugging#debugging-native-code