-
Notifications
You must be signed in to change notification settings - Fork 1
/
notes.txt
23 lines (13 loc) · 856 Bytes
/
notes.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
========================== expo ================================
eas login ----- to login to the expo (only first time)
eas build:configure ----- run and select android to create android project with ID (onlt first time)
eas build --platform android ------ run to build android
eas build --profile development --platform android ------ development build
eas credentials ---
=========================== other ===============================
solution for tunneling problem
https://stackoverflow.com/questions/69497823/i-try-to-connect-my-expo-app-to-localhost-backend-but-it-doesnt-work
===================================================================
===================================(To DO)========================
https://docs.expo.dev/build-reference/variables/
===================================================================