Skip to content

Commit 5bd6496

Browse files
committed
Feat: Rename file from .env to token, expo was not reading file
1 parent c28c2cd commit 5bd6496

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ npm-debug.*
88
*.mobileprovision
99
*.orig.*
1010
web-build/
11-
.env.js
11+
token.js
1212

1313
# macOS
1414
.DS_Store

App.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import {
1010
} from '@expo-google-fonts/montserrat'
1111
import { AppLoading } from 'expo'
1212

13-
import ENV from './.env.js'
13+
import ENV from './token'
1414

1515
const token = ENV.EXPO_PERSONAL_GITHUB_ACCESS_TOKEN
1616

0 commit comments

Comments
 (0)