Skip to content

Commit b53b743

Browse files
committed
fix: expo account name
1 parent 0752eff commit b53b743

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

env.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ require('dotenv').config({
3636
const BUNDLE_ID = 'com.rs.mobile'; // ios bundle id
3737
const PACKAGE = 'com.rs.mobile'; // android package name
3838
const NAME = 'react-native-template'; // app name
39-
const EXPO_ACCOUNT_OWNER = 'rs-dev'; // expo account owner
39+
const EXPO_ACCOUNT_OWNER = 'rsdevs'; // expo account owner
4040
const EAS_PROJECT_ID = 'c3e1075b-6fe7-4686-aa49-35b46a229044'; // eas project id
4141
const SCHEME = 'react-native-template'; // app scheme
4242

0 commit comments

Comments
 (0)