Skip to content

Instantly share code, notes, and snippets.

@vishalnarkhede
Last active April 14, 2020 13:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vishalnarkhede/a8eb0830e291520ab8f47af243a102b0 to your computer and use it in GitHub Desktop.
Save vishalnarkhede/a8eb0830e291520ab8f47af243a102b0 to your computer and use it in GitHub Desktop.
/** This will go in import section at top of the file */
import { ChannelList } from './src/components/ChannelList';
const ChannelListDrawer = (props) => {
return (
<SafeAreaView>
<ChannelList />
</SafeAreaView>
);
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment