Use ranges

This commit is contained in:
Laurin Quast 2018-02-28 17:39:23 +01:00
parent 30c437fd04
commit 6b2c1046dd
2 changed files with 20 additions and 5 deletions

View File

@ -1,5 +1,15 @@
{ {
"images" : [ "images" : [
{
"idiom" : "iphone",
"size" : "20x20",
"scale" : "2x"
},
{
"idiom" : "iphone",
"size" : "20x20",
"scale" : "3x"
},
{ {
"idiom" : "iphone", "idiom" : "iphone",
"size" : "29x29", "size" : "29x29",
@ -29,6 +39,11 @@
"idiom" : "iphone", "idiom" : "iphone",
"size" : "60x60", "size" : "60x60",
"scale" : "3x" "scale" : "3x"
},
{
"idiom" : "ios-marketing",
"size" : "1024x1024",
"scale" : "1x"
} }
], ],
"info" : { "info" : {

View File

@ -25,11 +25,11 @@
"url": "git@github.com:brentvatne/react-native-video.git" "url": "git@github.com:brentvatne/react-native-video.git"
}, },
"devDependencies": { "devDependencies": {
"babel-eslint": "8.2.2", "babel-eslint": "^8.2.2",
"eslint": "4.18.1", "eslint": "^4.18.1",
"eslint-config-airbnb": "16.1.0", "eslint-config-airbnb": "^16.1.0",
"eslint-plugin-react": "7.7.0", "eslint-plugin-react": "^7.7.0",
"jest-cli": "22.4.2" "jest-cli": "^22.4.2"
}, },
"dependencies": { "dependencies": {
"keymirror": "0.1.1", "keymirror": "0.1.1",