changed to typescript

This commit is contained in:
moist-webDev 2023-05-23 20:14:13 -04:00
parent a50b9ab7b2
commit 59fe4555c2
2 changed files with 4 additions and 0 deletions

View File

@ -2,6 +2,7 @@ import { StatusBar } from 'expo-status-bar';
import { StyleSheet, Text, View } from 'react-native';
export default function App() {
const stuff:unknown = {}
return (
<View style={styles.container}>
<Text>Open up App.js to start working on your app!</Text>

3
tsconfig.json Normal file
View File

@ -0,0 +1,3 @@
{
"extends": "@tsconfig/react-native/tsconfig.json"
}