diff --git a/example/App.tsx b/example/App.tsx index 29c9895ec..75b6a10e3 100644 --- a/example/App.tsx +++ b/example/App.tsx @@ -1,4 +1,3 @@ -import { ThirdwebProvider } from "@thirdweb-dev/react-native"; import React from "react"; import LaunchScreen from "./src/LaunchScreen"; @@ -15,66 +14,64 @@ import { Button } from "react-native"; const queryClient = new QueryClient(); export default function App() { return ( - - - - - - - - ({ - title: "My Conversations", - headerStyle: { - backgroundColor: "rgb(49 0 110)", - }, - headerTintColor: "#fff", - headerTitleStyle: { - fontWeight: "bold", - }, - headerRight: () => ( -