Skip to content

Instantly share code, notes, and snippets.

@ranveerching
Created October 14, 2020 18:41
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 ranveerching/1b7b3725bd76616634f9061eed583daf to your computer and use it in GitHub Desktop.
Save ranveerching/1b7b3725bd76616634f9061eed583daf to your computer and use it in GitHub Desktop.
import React from 'react';
import BottomTabNavigator from './src/ScrollToTop/TabNavigator';
const App = () => <BottomTabNavigator />;
export default App;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment