afrikit-mobile 1.0.86 → 1.0.89

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,14 +1,13 @@
1
1
  {
2
2
  "name": "afrikit-mobile",
3
- "version": "1.0.86",
3
+ "version": "1.0.89",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "style": "dist/global.css",
7
7
  "files": [
8
8
  "dist",
9
9
  "tailwind.config.js",
10
- "global.css",
11
- "assets"
10
+ "global.css"
12
11
  ],
13
12
  "scripts": {
14
13
  "start": "expo start",
@@ -16,9 +15,10 @@
16
15
  "ios": "expo start --ios",
17
16
  "web": "expo start --web",
18
17
  "prebuild": "rm -rf dist",
19
- "build": "tsc && tsc-alias && yarn build:css",
18
+ "build": "tsc && tsc-alias && yarn build:css && yarn copy-assets",
20
19
  "build:css": "babel . --out-dir dist --extensions \".ts,.tsx\" --ignore \"node_modules,dist\" --source-maps inline",
21
- "prepublishOnly": "yarn build"
20
+ "prepublishOnly": "yarn build",
21
+ "copy-assets": "mkdir -p packages/mobile/dist/assets && cp -R ./assets/* packages/mobile/dist/assets/"
22
22
  },
23
23
  "dependencies": {
24
24
  "@expo-google-fonts/manrope": "^0.2.3",
@@ -70,5 +70,5 @@
70
70
  "publishConfig": {
71
71
  "access": "public"
72
72
  },
73
- "gitHead": "c2052c8032d15dc81dff8679af78ab5dbfab4521"
73
+ "gitHead": "0f3e324b52a35d626ac9ca2e98f64174067dc577"
74
74
  }
Binary file
Binary file
package/assets/icon.png DELETED
Binary file
Binary file
Binary file
Binary file
Binary file
package/assets/splash.png DELETED
Binary file