Skip to content

Instantly share code, notes, and snippets.

@bogoslavskiy
Created March 5, 2020 17:29
Show Gist options
  • Save bogoslavskiy/20ce4e32e54de1962128e4414f2e5cbd to your computer and use it in GitHub Desktop.
Save bogoslavskiy/20ce4e32e54de1962128e4414f2e5cbd to your computer and use it in GitHub Desktop.
import React from 'react'
import { View } from 'react-native';
import { MainNavProps } from '../navigation/types/MainStackParams';
export const ConversationScreen = ({}: MainNavProps<'Conversation'>) => {
return (
<View />
);
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment