react-native-segmented-view icon indicating copy to clipboard operation
react-native-segmented-view copied to clipboard

How do you require the module for segmented view?

Open jonolock91 opened this issue 9 years ago • 1 comments

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!

jonolock91 avatar Nov 23 '15 14:11 jonolock91

try var SegmentedView = require('react-native-segmented-view') after properly npm installing this module

morenoh149 avatar Dec 30 '15 20:12 morenoh149