Guest User

Untitled

a guest
Dec 14th, 2017
150
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. import ScrollableTabView from 'react-native-scrollable-tab-view';
  2. import SimpleTabBar from './DirYouPlacedThisIn/SimpleTabBar.js';
  3.  
  4. ...
  5.  
  6. render() {
  7.     return (
  8.        <ScrollableTabView
  9.           renderTabBar={() => <SimpleTabBar activeBackgroundColor="#f1c40f" />}
  10.        >
  11.         ...
  12.       </ScrollableTabView>
  13.     );
  14.   }
Advertisement
Add Comment
Please, Sign In to add comment