react-native-segmented-view
react-native-segmented-view copied to clipboard
How do you require the module for segmented view?
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 way, hope you can help. Thanks!
try var SegmentedView = require('react-native-segmented-view')
after properly npm installing this module