Peace 2 weeks ago
parent bd523e8bb6
commit 5c60fb968e
  1. 0
      lite.todo/.gitignore
  2. 0
      lite.todo/.npmrc
  3. 0
      lite.todo/App.tsx
  4. 4
      lite.todo/app.json
  5. 0
      lite.todo/assets/adaptive-icon.png
  6. 0
      lite.todo/assets/favicon.png
  7. 0
      lite.todo/assets/icon.png
  8. 0
      lite.todo/assets/splash-icon.png
  9. 0
      lite.todo/babel.config.js
  10. 0
      lite.todo/components/ui/gluestack-ui-provider/config.ts
  11. 0
      lite.todo/components/ui/gluestack-ui-provider/index.next15.tsx
  12. 0
      lite.todo/components/ui/gluestack-ui-provider/index.tsx
  13. 0
      lite.todo/components/ui/gluestack-ui-provider/index.web.tsx
  14. 0
      lite.todo/components/ui/gluestack-ui-provider/script.ts
  15. 0
      lite.todo/global.css
  16. 0
      lite.todo/index.ts
  17. 0
      lite.todo/metro.config.js
  18. 0
      lite.todo/nativewind-env.d.ts
  19. 4
      lite.todo/package-lock.json
  20. 2
      lite.todo/package.json
  21. 0
      lite.todo/tailwind.config.js
  22. 0
      lite.todo/tsconfig.json

@ -1,7 +1,7 @@
{ {
"expo": { "expo": {
"name": "expo.project", "name": "lite.todo",
"slug": "expo.project", "slug": "lite.todo",
"version": "1.0.0", "version": "1.0.0",
"orientation": "portrait", "orientation": "portrait",
"icon": "./assets/icon.png", "icon": "./assets/icon.png",

Before

Width:  |  Height:  |  Size: 17 KiB

After

Width:  |  Height:  |  Size: 17 KiB

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 1.4 KiB

Before

Width:  |  Height:  |  Size: 22 KiB

After

Width:  |  Height:  |  Size: 22 KiB

Before

Width:  |  Height:  |  Size: 17 KiB

After

Width:  |  Height:  |  Size: 17 KiB

@ -1,11 +1,11 @@
{ {
"name": "expo.project", "name": "lite.todo",
"version": "1.0.0", "version": "1.0.0",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "expo.project", "name": "lite.todo",
"version": "1.0.0", "version": "1.0.0",
"dependencies": { "dependencies": {
"@expo/html-elements": "^0.10.1", "@expo/html-elements": "^0.10.1",

@ -1,5 +1,5 @@
{ {
"name": "expo.project", "name": "lite.todo",
"version": "1.0.0", "version": "1.0.0",
"main": "index.ts", "main": "index.ts",
"scripts": { "scripts": {
Loading…
Cancel
Save