Skip to content

Instantly share code, notes, and snippets.

@bogoslavskiy
Created March 5, 2020 17:30
Show Gist options
  • Save bogoslavskiy/8e7458895ff654996c062b20d2bf894b to your computer and use it in GitHub Desktop.
Save bogoslavskiy/8e7458895ff654996c062b20d2bf894b to your computer and use it in GitHub Desktop.
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