File tree Expand file tree Collapse file tree 3 files changed +16
-7
lines changed
Expand file tree Collapse file tree 3 files changed +16
-7
lines changed Original file line number Diff line number Diff line change @@ -11,11 +11,20 @@ npm-debug.*
1111web-build /
1212yarn-error.log
1313/coverage
14+
15+ .env. **
16+
17+ ios /
18+ android /
19+
1420# macOS
1521.DS_Store
1622
23+
1724# @generated expo-cli sync-2b81b286409207a5da26e14c78851eb30d8ccbdb
1825# The following patterns were generated by expo-cli
1926
2027expo-env.d.ts
21- # @end expo-cli
28+ # @end expo-cli
29+ ios /
30+ android /
Original file line number Diff line number Diff line change @@ -33,12 +33,12 @@ require('dotenv').config({
3333
3434// TODO: Replace these values with your own
3535
36- const BUNDLE_ID = 'com.obytes ' ; // ios bundle id
37- const PACKAGE = 'com.obytes ' ; // android package name
38- const NAME = 'ObytesApp ' ; // app name
39- const EXPO_ACCOUNT_OWNER = 'obytes ' ; // expo account owner
36+ const BUNDLE_ID = 'com.rs.mobile ' ; // ios bundle id
37+ const PACKAGE = 'com.rs.mobile ' ; // android package name
38+ const NAME = 'react-native-template ' ; // app name
39+ const EXPO_ACCOUNT_OWNER = 'rs-dev ' ; // expo account owner
4040const EAS_PROJECT_ID = 'c3e1075b-6fe7-4686-aa49-35b46a229044' ; // eas project id
41- const SCHEME = 'obytesApp ' ; // app scheme
41+ const SCHEME = 'react-native-template ' ; // app scheme
4242
4343/**
4444 * We declare a function withEnvSuffix that will add a suffix to the variable name based on the APP_ENV
Original file line number Diff line number Diff line change 11{
2- "name" : " obytesapp " ,
2+ "name" : " react-native-template " ,
33 "version" : " 6.1.0" ,
44 "private" : true ,
55 "main" : " expo-router/entry" ,
You can’t perform that action at this time.
0 commit comments