Add IMS Token.

This commit is contained in:
Patrick Fic
2022-05-12 16:32:28 -07:00
parent 451950883a
commit 577eaf55ee
6 changed files with 24 additions and 19 deletions

View File

@@ -9,7 +9,9 @@
"release:test": "expo publish --release-channel test",
"release:production": "expo publish --release-channel production",
"build:production": "eas build --profile production",
"build:test": "eas build --profile test"
"build:test": "eas build --profile test",
"build:test:local:ios": "eas build --profile test --platform ios --local",
"build:test:local:android": "eas build --profile test --platform android --local"
},
"dependencies": {
"@apollo/client": "^3.7.0-alpha.3",
@@ -52,7 +54,7 @@
"react": "17.0.2",
"react-dom": "17.0.2",
"react-i18next": "^11.15.5",
"react-native": "0.68.1",
"react-native": "0.68.2",
"react-native-gesture-handler": "~2.2.1",
"react-native-image-gallery": "^2.1.5",
"react-native-indicators": "^0.17.0",