Skip to content

Commit 2357dd3

Browse files
committed
Get ready for building
1 parent b300cf9 commit 2357dd3

File tree

4 files changed

+16
-1
lines changed

4 files changed

+16
-1
lines changed

.expo-shared/assets.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"b16ca03b8ec79df78b00abe3deb7f10948ab7195933127afefd6a94bc516e36b": true,
3+
"b39052b09ee4b3f28ec0461d66b0b8b2f439d3f49112234912ac9d18ae9e0647": true,
4+
"7b1e2274ea18550cf3628c4b375960e859206bce3f70ca15c368638c3d4982c0": true
5+
}

App.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ const cache = new InMemoryCache()
1818
const client = new ApolloClient({
1919
uri: 'https://api.graphql.guide/graphql',
2020
cache,
21+
defaultOptions: { watchQuery: { fetchPolicy: 'cache-and-network' } },
2122
})
2223

2324
export default function App() {

app.json

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"version": "1.0.0",
66
"orientation": "portrait",
77
"icon": "./assets/icon.png",
8+
"primaryColor": "#ff5dc8",
89
"splash": {
910
"image": "./assets/splash.png",
1011
"resizeMode": "cover",
@@ -15,7 +16,15 @@
1516
},
1617
"assetBundlePatterns": ["**/*"],
1718
"ios": {
18-
"supportsTablet": true
19+
"bundleIdentifier": "guide.graphql.guide",
20+
"buildNumber": "1.0.0",
21+
"supportsTablet": true,
22+
"icon": "./assets/icon-ios.png"
23+
},
24+
"android": {
25+
"package": "guide.graphql.guide",
26+
"versionCode": 1,
27+
"permissions": []
1928
},
2029
"web": {
2130
"favicon": "./assets/favicon.png"

assets/icon-ios.png

40.9 KB
Loading

0 commit comments

Comments
 (0)