Skip to content

Commit 94e7ef3

Browse files
committed
chore: ignore ios and android directories
1 parent 8f607db commit 94e7ef3

File tree

3 files changed

+16
-7
lines changed

3 files changed

+16
-7
lines changed

.gitignore

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,20 @@ npm-debug.*
1111
web-build/
1212
yarn-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

2027
expo-env.d.ts
21-
# @end expo-cli
28+
# @end expo-cli
29+
ios/
30+
android/

env.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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
4040
const 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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "obytesapp",
2+
"name": "react-native-template",
33
"version": "6.1.0",
44
"private": true,
55
"main": "expo-router/entry",

0 commit comments

Comments
 (0)