diff --git a/example/App.tsx b/example/App.tsx index d281fe4b0..f475f8792 100644 --- a/example/App.tsx +++ b/example/App.tsx @@ -1,6 +1,6 @@ import { NavigationContainer } from '@react-navigation/native' import React from 'react' -import { Button } from 'react-native' +import { Button, Platform } from 'react-native' import { QueryClient, QueryClientProvider } from 'react-query' import ConversationCreateScreen from './src/ConversationCreateScreen' @@ -53,7 +53,7 @@ export default function App() {