You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 changed to: import SegmentedControl from '@react-native-community/segmented-control';
Using React Native v0.63.3, Node JS v12.19.0and NPMv7.7.6`
The text was updated successfully, but these errors were encountered:
Both of them points to the same repository. Hence the problem with the Readme. I would love to help about this if you need this @Naturalclar. But I believe this is a credential sensitive topic. Is there a reason why we have 2 separate npm entries for this package ?
I also see that this one is version wise ahead from the "@react-native-community/segmented-control" community one. I would expect these kind of misalignments.
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 changed to:
import SegmentedControl from '@react-native-community/segmented-control';
Using React Native
v0.63.3, Node JS
v12.19.0and NPM
v7.7.6`The text was updated successfully, but these errors were encountered: