This repository was archived by the owner on Feb 23, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +4729
-8912
lines changed Expand file tree Collapse file tree 4 files changed +4729
-8912
lines changed Original file line number Diff line number Diff line change 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. *
1616yarn-debug.log *
1717yarn-error.log *
Original file line number Diff line number Diff line change 11{
22 "expo" : {
3- "sdkVersion" : " 27.0.0"
3+ "name" : " Lightning" ,
4+ "description" : " An easy-to-use Lightning wallet." ,
5+ "slug" : " lightning-app" ,
6+ "privacy" : " public" ,
7+ "sdkVersion" : " 30.0.0" ,
8+ "platforms" : [" ios" , " android" ],
9+ "version" : " 0.0.1-alpha" ,
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}
You can’t perform that action at this time.
0 commit comments