We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c28c2cd commit 5bd6496Copy full SHA for 5bd6496
.gitignore
@@ -8,7 +8,7 @@ npm-debug.*
8
*.mobileprovision
9
*.orig.*
10
web-build/
11
-.env.js
+token.js
12
13
# macOS
14
.DS_Store
App.js
@@ -10,7 +10,7 @@ import {
} from '@expo-google-fonts/montserrat'
import { AppLoading } from 'expo'
-import ENV from './.env.js'
+import ENV from './token'
15
const token = ENV.EXPO_PERSONAL_GITHUB_ACCESS_TOKEN
16
0 commit comments