Add IMS Token.
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user