changed to typescript
This commit is contained in:
parent
a50b9ab7b2
commit
59fe4555c2
|
|
@ -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>
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"extends": "@tsconfig/react-native/tsconfig.json"
|
||||
}
|
||||
Loading…
Reference in New Issue