Created
March 5, 2020 17:30
-
-
Save bogoslavskiy/8e7458895ff654996c062b20d2bf894b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import React from 'react' | |
import { View } from 'react-native'; | |
import { AuthNavProps } from '../navigation/types/AuthStackParams'; | |
export const LoginScreen = ({}: AuthNavProps<'Conversation'>) => { | |
return ( | |
<View /> | |
); | |
}; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment