Skip to content

Instantly share code, notes, and snippets.

@arvidsson
Last active June 14, 2023 09:05
Show Gist options
  • Save arvidsson/68e363aeb62a710f1e429305cf4aa4da to your computer and use it in GitHub Desktop.
Save arvidsson/68e363aeb62a710f1e429305cf4aa4da to your computer and use it in GitHub Desktop.

Install

  • Install node, npm, npx, expo go (on iphone)
  • npx create-expo-app <app_name> -t expo-template-blank-typescript
  • npx expo install firebase (https://docs.expo.dev/guides/using-firebase/)
  • npx expo customize metro.config.js
  • npm install @react-navigation/native
  • npx expo install react-native-screens react-native-safe-area-context
  • npm install @react-navigation/native-stack

Commands

  • Run server/app: npx expo start
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment