Created a new Expo app

This commit is contained in:
2022-02-24 23:47:53 +01:00
commit 05f4a6c3ab
28 changed files with 26598 additions and 0 deletions

6
tsconfig.json Normal file
View File

@@ -0,0 +1,6 @@
{
"extends": "expo/tsconfig.base",
"compilerOptions": {
"strict": true
}
}