From 2d83d11558fd19c18fba4042c94657c3ef9f0bb5 Mon Sep 17 00:00:00 2001 From: Ivan Chen Date: Mon, 12 Apr 2021 17:28:38 -0400 Subject: added icons, fixed picker almost --- src/App.tsx | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'src/App.tsx') diff --git a/src/App.tsx b/src/App.tsx index 217f0627..8d823e1f 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -2,6 +2,7 @@ import {NavigationContainer} from '@react-navigation/native'; import React, {useState} from 'react'; import {Provider} from 'react-redux'; import {StreamChat} from 'stream-chat'; +import {OverlayProvider} from 'stream-chat-react-native'; import {STREAM_CHAT_API} from './constants'; import {navigationRef} from './RootNavigation'; import Routes from './routes'; @@ -17,6 +18,7 @@ import { LocalResponseType, LocalUserType, } from './types'; +import {isIPhoneX} from './utils'; export const ChatContext = React.createContext({} as ChatContextType); @@ -37,9 +39,11 @@ const App = () => { */ - - - + + + + + ); -- cgit v1.2.3-70-g09d2