Skip to content

Instantly share code, notes, and snippets.

@akhanal
Last active July 2, 2024 00:23
Show Gist options
  • Save akhanal/9ecab611f1e22e1edef93dae59fe8f9f to your computer and use it in GitHub Desktop.
Save akhanal/9ecab611f1e22e1edef93dae59fe8f9f to your computer and use it in GitHub Desktop.

setup new expo react native app

npx create-expo-app@latest --template (use template blank)

npx expo install expo-router react-native-safe-area-context react-native-screens expo-linking expo-constants expo-status-bar

npx expo install babel-plugin-module-resolver

no need of App.js but add followign in package.json "main": "expo-router/entry",

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment