react-native-scrollable-tab-view icon indicating copy to clipboard operation
react-native-scrollable-tab-view copied to clipboard

Tab OnPress Underline and Screen Not Change

Open sacbuddika opened this issue 5 years ago • 1 comments
trafficstars

import React, {Component} from 'react' import {ScrollableTabView, ScrollableTabBar} from '@valdio/react-native-scrollable-tabview' import Test from './Test';

export default class HomePage extends Component {
render() { return <ScrollableTabView style={{marginTop: 5}} renderTabBar={() => <ScrollableTabBar />}
initialPage={0}
> <Test tabLabel='Test-1' /> <Test tabLabel='Test-2 />

</ScrollableTabView>

} }

sacbuddika avatar Apr 11 '20 13:04 sacbuddika

did you solve this problem

mohamedadlyy avatar Jun 28 '20 13:06 mohamedadlyy