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';
|
import { StyleSheet, Text, View } from 'react-native';
|
||||||
|
|
||||||
export default function App() {
|
export default function App() {
|
||||||
|
const stuff:unknown = {}
|
||||||
return (
|
return (
|
||||||
<View style={styles.container}>
|
<View style={styles.container}>
|
||||||
<Text>Open up App.js to start working on your app!</Text>
|
<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