Updated icons and dependencies

This commit is contained in:
keplyx 2019-06-29 10:50:05 +02:00
parent f2cd3bec0d
commit b16aab8adc
10 changed files with 65 additions and 943 deletions

View file

@ -26,9 +26,11 @@
],
"ios": {
"supportsTablet": true,
"icon": "./assets/ios.icon.png",
"bundleIdentifier": "com.test.applicationamicale"
},
"android": {
"icon": "./assets/android.icon.png",
"package": "com.test.applicationamicale"
}
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 85 KiB

After

Width:  |  Height:  |  Size: 70 KiB

BIN
assets/android.icon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 105 KiB

After

Width:  |  Height:  |  Size: 73 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 732 B

After

Width:  |  Height:  |  Size: 275 B

BIN
assets/ios.icon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 44 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 87 KiB

After

Width:  |  Height:  |  Size: 84 KiB

977
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -8,33 +8,28 @@
"eject": "expo eject"
},
"dependencies": {
"@expo/vector-icons": "latest",
"@shoutem/theme": "latest",
"expo": "^33.0.0",
"@expo/vector-icons": "^10.0.2",
"@shoutem/theme": "^0.11.3",
"expo": "^33.0.7",
"expo-font": "^5.0.1",
"expo-localization": "^5.0.1",
"expo-permissions": "^5.0.1",
"i18n-js": "^3.3.0",
"i18next": "latest",
"native-base": "latest",
"native-base-shoutem-theme": "latest",
"react": "16.8.3",
"i18next": "^17.0.4",
"native-base": "^2.12.1",
"native-base-shoutem-theme": "^0.2.3",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-i18next": "latest",
"react-native": "https://github.com/expo/react-native/archive/sdk-33.0.0.tar.gz",
"react-native-fs": "^2.13.3",
"react-native-paper": "latest",
"react-native-platform-touchable": "latest",
"react-native-settings-page": "latest",
"react-native-status-bar-height": "latest",
"react-native": "^0.59.9",
"react-native-platform-touchable": "^1.1.1",
"react-native-status-bar-height": "^2.3.1",
"react-native-web": "^0.11.4",
"react-native-week-view": "latest",
"react-navigation": "latest",
"react-navigation-material-bottom-tabs": "latest"
"react-navigation": "^3.11.0"
},
"devDependencies": {
"babel-preset-expo": "^5.1.1",
"react-native-material-menu": "^0.6.2"
"react-native-material-menu": "^0.6.3"
},
"private": true
}