Browse Source

Updated icons and dependencies

keplyx 4 years ago
parent
commit
b16aab8adc
10 changed files with 90 additions and 968 deletions
  1. 2
    0
      app.json
  2. BIN
      assets/amicale.png
  3. BIN
      assets/android.icon.png
  4. BIN
      assets/drawer-cover.png
  5. BIN
      assets/icon.png
  6. BIN
      assets/image-missing.png
  7. BIN
      assets/ios.icon.png
  8. BIN
      assets/splash.png
  9. 76
    951
      package-lock.json
  10. 12
    17
      package.json

+ 2
- 0
app.json View File

26
     ],
26
     ],
27
     "ios": {
27
     "ios": {
28
       "supportsTablet": true,
28
       "supportsTablet": true,
29
+      "icon": "./assets/ios.icon.png",
29
       "bundleIdentifier": "com.test.applicationamicale"
30
       "bundleIdentifier": "com.test.applicationamicale"
30
     },
31
     },
31
     "android": {
32
     "android": {
33
+      "icon": "./assets/android.icon.png",
32
       "package": "com.test.applicationamicale"
34
       "package": "com.test.applicationamicale"
33
     }
35
     }
34
   }
36
   }

BIN
assets/amicale.png View File


BIN
assets/android.icon.png View File


BIN
assets/drawer-cover.png View File


BIN
assets/icon.png View File


BIN
assets/image-missing.png View File


BIN
assets/ios.icon.png View File


BIN
assets/splash.png View File


+ 76
- 951
package-lock.json
File diff suppressed because it is too large
View File


+ 12
- 17
package.json View File

8
     "eject": "expo eject"
8
     "eject": "expo eject"
9
   },
9
   },
10
   "dependencies": {
10
   "dependencies": {
11
-    "@expo/vector-icons": "latest",
12
-    "@shoutem/theme": "latest",
13
-    "expo": "^33.0.0",
11
+    "@expo/vector-icons": "^10.0.2",
12
+    "@shoutem/theme": "^0.11.3",
13
+    "expo": "^33.0.7",
14
     "expo-font": "^5.0.1",
14
     "expo-font": "^5.0.1",
15
     "expo-localization": "^5.0.1",
15
     "expo-localization": "^5.0.1",
16
     "expo-permissions": "^5.0.1",
16
     "expo-permissions": "^5.0.1",
17
     "i18n-js": "^3.3.0",
17
     "i18n-js": "^3.3.0",
18
-    "i18next": "latest",
19
-    "native-base": "latest",
20
-    "native-base-shoutem-theme": "latest",
21
-    "react": "16.8.3",
18
+    "i18next": "^17.0.4",
19
+    "native-base": "^2.12.1",
20
+    "native-base-shoutem-theme": "^0.2.3",
21
+    "react": "^16.8.6",
22
     "react-dom": "^16.8.6",
22
     "react-dom": "^16.8.6",
23
     "react-i18next": "latest",
23
     "react-i18next": "latest",
24
-    "react-native": "https://github.com/expo/react-native/archive/sdk-33.0.0.tar.gz",
25
-    "react-native-fs": "^2.13.3",
26
-    "react-native-paper": "latest",
27
-    "react-native-platform-touchable": "latest",
28
-    "react-native-settings-page": "latest",
29
-    "react-native-status-bar-height": "latest",
24
+    "react-native": "^0.59.9",
25
+    "react-native-platform-touchable": "^1.1.1",
26
+    "react-native-status-bar-height": "^2.3.1",
30
     "react-native-web": "^0.11.4",
27
     "react-native-web": "^0.11.4",
31
-    "react-native-week-view": "latest",
32
-    "react-navigation": "latest",
33
-    "react-navigation-material-bottom-tabs": "latest"
28
+    "react-navigation": "^3.11.0"
34
   },
29
   },
35
   "devDependencies": {
30
   "devDependencies": {
36
     "babel-preset-expo": "^5.1.1",
31
     "babel-preset-expo": "^5.1.1",
37
-    "react-native-material-menu": "^0.6.2"
32
+    "react-native-material-menu": "^0.6.3"
38
   },
33
   },
39
   "private": true
34
   "private": true
40
 }
35
 }

Loading…
Cancel
Save