diff --git a/example/src/App.tsx b/example/src/App.tsx index d09345f..403794a 100644 --- a/example/src/App.tsx +++ b/example/src/App.tsx @@ -1,4 +1,4 @@ -import { Text, View } from "react-native"; +import { Button, Text, View } from "react-native"; import { StatusBar } from "expo-status-bar"; @@ -10,6 +10,7 @@ export default function App() { Hello world!!! +