Skip to content

Latest commit

 

History

History
45 lines (23 loc) · 814 Bytes

README.md

File metadata and controls

45 lines (23 loc) · 814 Bytes

npx create-expo-app -t expo-template-blank-typescript

cd hw-expo

npm run android

npm run ios

npm run web

npx expo install react-dom react-native-web @expo/webpack-config

npm install @react-navigation/native

npx expo install react-native-safe-area-context

npm install @react-navigation/native-stack

npx expo install react-native-screens react-native-safe-area-context

npm install @react-navigation/bottom-tabs

npm install react-native-vector-icons --save

npx expo install expo-image

npm i react-native-blurhash

npx pod-install

npm install react-papaparse --save

expo install react-native-maps

npm install react-native-maps

npm install react-leaflet leaflet

npm install react-native-table-component

npm install --save-dev metro metro-core

npm install react-native-tableview-simple

expo run:ios