Skip to content

Commit

Permalink
feat optmize
Browse files Browse the repository at this point in the history
  • Loading branch information
xcarpentier committed Nov 20, 2019
1 parent 7ce3a42 commit 75bc30b
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 2 deletions.
21 changes: 21 additions & 0 deletions .expo-shared/assets.json
@@ -0,0 +1,21 @@
{
"9440367d86e003d6e8c2fe9c722a8a5ebfe940e60ab2abebbe24f30fb2ed410b": true,
"8451634c66d23221fcf5552d4cbe8548c79bfc99f3bd91fbc691fd2c71045726": true,
"7adc6cdde1172c646f8dda7fcb1186d148e59e6d2a40774bd7e03281a653f19c": true,
"89ed26367cdb9b771858e026f2eb95bfdb90e5ae943e716575327ec325f39c44": true,
"7f3e4ab2a3a7f88f5b19dde9b9f4853e92838b72e042f583db153175fcd1fe71": true,
"f95d3f46cda7f19f03e865e399ca5c3e92beddece0713bfde024e38b5cc1cef6": true,
"c8d42c7f747168b8b8ab827d311068b21d455af0e66cbb89cd2ee28bb64383e4": true,
"463b438602e9a83ff11b7fda9433386c564ef3789c9a017375a4dbc37cad8c5d": true,
"3347e2a09aed534f770fc26a84f78fc255a71ba8992534111bc77df1b063c23d": true,
"e04c5e91fc6dc1d9f505834b5c05b2655aa1e5a5e32ed53a2200ba2a42283c4e": true,
"1dc05ba7da4e73a5a31dc50407254a7ce6429980ffebe2c64208fd3f35d60192": true,
"59aab44f170793d969cfd764c224999d9e77c7eb17e9adf3e299b6cb5f7d0110": true,
"efc8b9f34431f1bea1f5889373dbb67c8f798df4104d73e46401d204cad9e660": true,
"0644f0750efdcb2212c2492d91e6b7088b05406e09a0fd9d9427efef8c542cac": true,
"e06c14a56ff8f3b8b82c95ab25d68e96f90f40216d80ca5a396afb6aadba985c": true,
"50b41d4ef9a47247f1f7c5ed10e9b1584bd2dfb7b4881b9ed6a8e0e4e5ce25e9": true,
"7263abf0c966a736f97959b4ed1d06b311003b85d6e0d1ac83c61f00b2cf06c1": true,
"cb0ab9f97c6f6fbf3ce788303af39d27ba32e4e42ddb4e6371fb9c0b1722ed6f": true,
"462ec7f66a06dd61c80a392b89750eb089d34ec64d1e340db7ee148da0e966e2": true
}
5 changes: 3 additions & 2 deletions package.json
Expand Up @@ -25,10 +25,11 @@
"data:regions": "rm -rf ./data/cca2.json && ./scripts/transform-world-countries.js --regions > ./data/regions.json",
"data:subregions": "rm -rf ./data/cca2.json && ./scripts/transform-world-countries.js --subregions > ./data/subregions.json",
"cleaning": "rm -rf node_modules && rm -f yarn.lock && yarn cache clean && yarn install && watchman watch-del-all && rm -fr $TMPDIR/react-*",
"prepublishOnly": "yarn lint && yarn build && yarn test && yarn config:npm",
"verify": "yarn lint && yarn build && yarn test",
"prepublishOnly": "yarn verify && yarn config:npm",
"postpublish": "yarn config:dev",
"deploy": "gh-pages -d web-build",
"predeploy": "expo build:web && mkdir web-build/countries && cp ./data/countries.json web-build/countries/index.json"
"predeploy": "yarn verify && expo build:web && mkdir web-build/countries && cp ./data/countries.json web-build/countries/index.json"
},
"keywords": [
"react-native",
Expand Down
Binary file modified src/assets/images/icon.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 75bc30b

Please sign in to comment.