react-native-segmented-view
react-native-segmented-view copied to clipboard
Segmented View for React Native (with animation)
\node_modules\react-native-segmented-view\lib\SegmentedView.js:53:28 \node_modules\react-native-segmented-view\lib\index.js:1:17 Example: this.setState({ index })} />
So everything was done like in sample code, whole component shows, but when i click the bar doesn't appear, however i can see that it should be at the bottom,...
I have tried to include the module in my project using: `var SegmentedView = require('SegmentedView')` however that doesn't work, other NPM installs I have come across are utilised in that...
Hi. I have tried using this component which looks great, thank you. When I add it to my project other content gets pushed to the bottom of the view. I've...