initial commit

This commit is contained in:
2026-09-04 14:37:40 +02:00
parent 00869a1be9
commit 2b95addd51
12 changed files with 8890 additions and 2 deletions
+25
View File
@@ -0,0 +1,25 @@
{
"name": "tirage-classes",
"version": "1.0.0",
"main": "node_modules/expo/AppEntry.js",
"private": true,
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios"
},
"dependencies": {
"expo": "~54.0.0",
"expo-status-bar": "~3.0.9",
"react": "19.1.0",
"react-native": "0.81.5",
"@react-navigation/native": "^7.0.0",
"@react-navigation/native-stack": "^7.0.0",
"react-native-screens": "~4.16.0",
"react-native-safe-area-context": "~5.6.0",
"@react-native-async-storage/async-storage": "2.2.0"
},
"devDependencies": {
"babel-preset-expo": "~54.0.10"
}
}