first commit
Some checks failed
Build App / build (push) Failing after 3m26s

This commit is contained in:
Space-Banane
2026-03-10 18:30:58 +01:00
commit 56752ec677
20 changed files with 10244 additions and 0 deletions

21
package.json Normal file
View File

@@ -0,0 +1,21 @@
{
"name": "time-until",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web"
},
"dependencies": {
"expo": "~54.0.33",
"expo-screen-orientation": "~9.0.8",
"expo-status-bar": "~3.0.9",
"react": "19.1.0",
"react-dom": "19.1.0",
"react-native": "0.81.5",
"react-native-web": "^0.21.0"
},
"private": true
}