You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: demos/react-native-supabase-todolist/README.md
+2-4Lines changed: 2 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,6 +38,8 @@ bucket_definitions:
38
38
## Configure The App
39
39
Replace the necessary credentials in the [.env](./.env) file.
40
40
41
+
Take note that you will need an Expo account if you want to use EAS for your builds, the Expo project ID should then also be configured in the environment file.
42
+
41
43
## Run the App
42
44
43
45
Install the dependencies, including the React Native SDK:
@@ -58,10 +60,6 @@ Run on Android
58
60
pnpm android
59
61
```
60
62
61
-
## EAS Setup
62
-
To use EAS for builds you need to ensure that your [eas.json](./eas.json) file is configured.
63
-
This may lead to some duplication of variables between `.env` files and `eas.json` build profiles but makes it easier to see what variables will be applied across all environments. Read more on this [here](https://docs.expo.dev/build-reference/variables/#can-eas-build-use-env-files).
0 commit comments