Skip to content

Repository files navigation

Create project

npx create-expo-app@latest --template

select template blank typescript

Setup EAS

eas login
eas build:configure
npx expo install expo-dev-client

Setup tsconfig.json and alias path

npx expo install tsx --dev
{
  "extends": "expo/tsconfig.base",
  "compilerOptions": {
    "strict": true,
    "baseUrl": "./",
    "paths": {
      "~/*": ["src/*"],
      "~/assets": ["assets"]
    },
    "skipLibCheck": true
  }
}

EAS update

eas update --channel [channel-name] --message "[message]"

Navigation

npx expo install @react-navigation/native react-native-screens react-native-safe-area-context @react-navigation/native-stack @react-navigation/bottom-tabs

address-selector-component

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages