first tests

This commit is contained in:
Jakob Stornig 2023-11-30 01:48:22 +01:00
parent 66d33ce07e
commit 55c9f605ff
11 changed files with 14523 additions and 84 deletions

10
app/stats.jsx Normal file
View file

@ -0,0 +1,10 @@
import { View, Text } from 'react-native'
import React from 'react'
export default function Stats() {
return(
<View>
<Text>Stats</Text>
</View>
)
}