diff --git a/lite.todo/.gitignore b/expo.project/.gitignore similarity index 100% rename from lite.todo/.gitignore rename to expo.project/.gitignore diff --git a/lite.todo/.npmrc b/expo.project/.npmrc similarity index 100% rename from lite.todo/.npmrc rename to expo.project/.npmrc diff --git a/lite.todo/App.tsx b/expo.project/App.tsx similarity index 100% rename from lite.todo/App.tsx rename to expo.project/App.tsx diff --git a/lite.todo/app.json b/expo.project/app.json similarity index 91% rename from lite.todo/app.json rename to expo.project/app.json index 5fb0302..badf96b 100755 --- a/lite.todo/app.json +++ b/expo.project/app.json @@ -1,7 +1,7 @@ { "expo": { - "name": "lite.todo", - "slug": "lite.todo", + "name": "expo.project", + "slug": "expo.project", "version": "1.0.0", "orientation": "portrait", "icon": "./assets/icon.png", diff --git a/lite.todo/assets/adaptive-icon.png b/expo.project/assets/adaptive-icon.png similarity index 100% rename from lite.todo/assets/adaptive-icon.png rename to expo.project/assets/adaptive-icon.png diff --git a/lite.todo/assets/favicon.png b/expo.project/assets/favicon.png similarity index 100% rename from lite.todo/assets/favicon.png rename to expo.project/assets/favicon.png diff --git a/lite.todo/assets/icon.png b/expo.project/assets/icon.png similarity index 100% rename from lite.todo/assets/icon.png rename to expo.project/assets/icon.png diff --git a/lite.todo/assets/splash-icon.png b/expo.project/assets/splash-icon.png similarity index 100% rename from lite.todo/assets/splash-icon.png rename to expo.project/assets/splash-icon.png diff --git a/lite.todo/babel.config.js b/expo.project/babel.config.js similarity index 100% rename from lite.todo/babel.config.js rename to expo.project/babel.config.js diff --git a/lite.todo/components/ui/gluestack-ui-provider/config.ts b/expo.project/components/ui/gluestack-ui-provider/config.ts similarity index 100% rename from lite.todo/components/ui/gluestack-ui-provider/config.ts rename to expo.project/components/ui/gluestack-ui-provider/config.ts diff --git a/lite.todo/components/ui/gluestack-ui-provider/index.next15.tsx b/expo.project/components/ui/gluestack-ui-provider/index.next15.tsx similarity index 100% rename from lite.todo/components/ui/gluestack-ui-provider/index.next15.tsx rename to expo.project/components/ui/gluestack-ui-provider/index.next15.tsx diff --git a/lite.todo/components/ui/gluestack-ui-provider/index.tsx b/expo.project/components/ui/gluestack-ui-provider/index.tsx similarity index 100% rename from lite.todo/components/ui/gluestack-ui-provider/index.tsx rename to expo.project/components/ui/gluestack-ui-provider/index.tsx diff --git a/lite.todo/components/ui/gluestack-ui-provider/index.web.tsx b/expo.project/components/ui/gluestack-ui-provider/index.web.tsx similarity index 100% rename from lite.todo/components/ui/gluestack-ui-provider/index.web.tsx rename to expo.project/components/ui/gluestack-ui-provider/index.web.tsx diff --git a/lite.todo/components/ui/gluestack-ui-provider/script.ts b/expo.project/components/ui/gluestack-ui-provider/script.ts similarity index 100% rename from lite.todo/components/ui/gluestack-ui-provider/script.ts rename to expo.project/components/ui/gluestack-ui-provider/script.ts diff --git a/lite.todo/global.css b/expo.project/global.css similarity index 100% rename from lite.todo/global.css rename to expo.project/global.css diff --git a/lite.todo/index.ts b/expo.project/index.ts similarity index 100% rename from lite.todo/index.ts rename to expo.project/index.ts diff --git a/lite.todo/metro.config.js b/expo.project/metro.config.js similarity index 100% rename from lite.todo/metro.config.js rename to expo.project/metro.config.js diff --git a/lite.todo/nativewind-env.d.ts b/expo.project/nativewind-env.d.ts similarity index 100% rename from lite.todo/nativewind-env.d.ts rename to expo.project/nativewind-env.d.ts diff --git a/lite.todo/package-lock.json b/expo.project/package-lock.json similarity index 99% rename from lite.todo/package-lock.json rename to expo.project/package-lock.json index c91bb75..4c02b2c 100755 --- a/lite.todo/package-lock.json +++ b/expo.project/package-lock.json @@ -1,11 +1,11 @@ { - "name": "lite.todo", + "name": "expo.project", "version": "1.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { - "name": "lite.todo", + "name": "expo.project", "version": "1.0.0", "dependencies": { "@expo/html-elements": "^0.10.1", diff --git a/lite.todo/package.json b/expo.project/package.json similarity index 97% rename from lite.todo/package.json rename to expo.project/package.json index 7386c9f..cadc872 100755 --- a/lite.todo/package.json +++ b/expo.project/package.json @@ -1,5 +1,5 @@ { - "name": "lite.todo", + "name": "expo.project", "version": "1.0.0", "main": "index.ts", "scripts": { diff --git a/lite.todo/tailwind.config.js b/expo.project/tailwind.config.js similarity index 100% rename from lite.todo/tailwind.config.js rename to expo.project/tailwind.config.js diff --git a/lite.todo/tsconfig.json b/expo.project/tsconfig.json similarity index 100% rename from lite.todo/tsconfig.json rename to expo.project/tsconfig.json