this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

version bump

+2 -2
+1 -1
apps/expo/app.config.ts
··· 4 4 name: "Graysky", 5 5 slug: "graysky", 6 6 scheme: "graysky", 7 - version: "0.0.3", 7 + version: "0.0.4", 8 8 owner: "mozzius", 9 9 orientation: "portrait", 10 10 icon: "./assets/icon.png",
+1 -1
apps/expo/package.json
··· 1 1 { 2 2 "name": "@graysky/app", 3 - "version": "0.0.3", 3 + "version": "0.0.4", 4 4 "main": "index.tsx", 5 5 "scripts": { 6 6 "clean": "git clean -xdf .expo .turbo node_modules",