Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- import ScrollableTabView from 'react-native-scrollable-tab-view';
- import SimpleTabBar from './DirYouPlacedThisIn/SimpleTabBar.js';
- ...
- render() {
- return (
- <ScrollableTabView
- renderTabBar={() => <SimpleTabBar activeBackgroundColor="#f1c40f" />}
- >
- ...
- </ScrollableTabView>
- );
- }
Advertisement
Add Comment
Please, Sign In to add comment