Michael Wedd

Results 1 issues of Michael Wedd

The README instructions suggest importing the module as follows: `import SegmentedControl from '@react-native-segmented-control/segmented-control';` However, the package is installed under `@react-native-community/segmented-control`, not `@react-native-segmented-control/segmented-control` Suggested change: `import SegmentedControl from '@react-native-segmented-control/segmented-control';` Should be...