-
Notifications
You must be signed in to change notification settings - Fork 21
/
Copy pathcommands.sh
38 lines (28 loc) · 1.02 KB
/
commands.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
npx create-expo-app trelloClone -t default
npx expo install expo-dev-client
npx expo prebuild
npm install @clerk/clerk-expo
npx expo install expo-secure-store
npx expo install @supabase/supabase-js
npx expo install @expo/react-native-action-sheet
npx expo install expo-web-browser
npm add @gorhom/bottom-sheet@^4
supabase init
supabase link --project-ref
supabase functions new create-user
supabase functions deploy --no-verify-jwt
npm add zeego react-native-ios-context-menu react-native-ios-utilities @react-native-menu/menu
npx expo install expo-blur
npx expo install react-native-reanimated-carousel
npx expo install react-native-draggable-flatlist
npx expo install expo-haptics
npx expo install expo-image-picker
npx expo install expo-file-system
npm i base64-arraybuffer
npx expo install expo-notifications expo-device expo-constants
eas build:configure
eas device:create
eas build --local --profile development --platform ios
supabase functions new push
supabase secrets set --env-file ./supabase/.env
supabase functions deploy