Skip to content
This repository was archived by the owner on Feb 23, 2021. It is now read-only.

Commit f7bf99c

Browse files
authored
Merge pull request #730 from lightninglabs/upgrade-expo
Upgrade expo
2 parents e4ab3e3 + f5cb38c commit f7bf99c

File tree

6 files changed

+4729
-8912
lines changed

6 files changed

+4729
-8912
lines changed

mobile/.gitignore

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
# See https://help.github.com/ignore-files/ for more about ignoring files.
22

33
# expo
4-
.expo/
4+
.expo/*
55

66
# dependencies
7-
/node_modules
7+
node_modules/**/*
88

99
# misc
1010
.env.local
1111
.env.development.local
1212
.env.test.local
1313
.env.production.local
1414

15-
npm-debug.log*
15+
npm-debug.*
1616
yarn-debug.log*
1717
yarn-error.log*

mobile/app.json

Lines changed: 27 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,31 @@
11
{
22
"expo": {
3-
"sdkVersion": "27.0.0"
3+
"name": "Lightning",
4+
"version": "0.0.1-alpha",
5+
"description": "An easy-to-use Lightning wallet.",
6+
"slug": "lightning-app",
7+
"privacy": "public",
8+
"sdkVersion": "30.0.0",
9+
"platforms": ["ios", "android"],
10+
"orientation": "portrait",
11+
"primaryColor": "#57038D",
12+
"icon": "./assets/icon.png",
13+
"splash": {
14+
"image": "./assets/splash.png",
15+
"resizeMode": "contain",
16+
"backgroundColor": "#ffffff"
17+
},
18+
"updates": {
19+
"fallbackToCacheTimeout": 0
20+
},
21+
"assetBundlePatterns": [
22+
"**/*"
23+
],
24+
"ios": {
25+
"supportsTablet": true
26+
},
27+
"packagerOpts": {
28+
"config": "./rn-cli.config.js"
29+
}
430
}
531
}

mobile/assets/icon.png

862 KB
Loading

mobile/assets/splash.png

7.01 KB
Loading

0 commit comments

Comments
 (0)