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