Skip to content

Commit 8783af4

Browse files
committed
chore: example updated
1 parent 1fea11e commit 8783af4

File tree

4 files changed

+13
-13
lines changed

4 files changed

+13
-13
lines changed

example/App.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import React from "react";
22
import { View, Image, Dimensions, Text } from "react-native";
3-
import SegmentedControl from "./lib/SegmentedControl";
3+
import SegmentedControl from "react-native-segmented-control-2";
44

55
const { width: ScreenWidth } = Dimensions.get("screen");
66

example/package-lock.json

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"dependencies": {
1313
"react": "17.0.2",
1414
"react-native": "0.68.2",
15-
"react-native-segmented-control-2": "1.0.2"
15+
"react-native-segmented-control-2": "2.0.1"
1616
},
1717
"devDependencies": {
1818
"@babel/core": "^7.12.9",

example/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6132,10 +6132,10 @@ react-native-gradle-plugin@^0.0.6:
61326132
resolved "https://registry.npmjs.org/react-native-gradle-plugin/-/react-native-gradle-plugin-0.0.6.tgz"
61336133
integrity sha512-eIlgtsmDp1jLC24dRn43hB3kEcZVqx6DUQbR0N1ABXGnMEafm9I3V3dUUeD1vh+Dy5WqijSoEwLNUPLgu5zDMg==
61346134

6135-
react-native-segmented-control-2@1.0.2:
6136-
version "1.0.2"
6137-
resolved "https://registry.npmjs.org/react-native-segmented-control-2/-/react-native-segmented-control-2-1.0.2.tgz"
6138-
integrity sha512-uNWYvZ7gBPgFMT815xZHJCSyH4BTjc3enmp3T46mWWJ0b1YQ0cffVRSmX1ZOmm8vkKlqAmjv+aDMAaa5U1Jghg==
6135+
react-native-segmented-control-2@2.0.1:
6136+
version "2.0.1"
6137+
resolved "https://registry.npmjs.org/react-native-segmented-control-2/-/react-native-segmented-control-2-2.0.1.tgz"
6138+
integrity sha512-pc6G+QWfbC1rADW6QWVFiVMn5xVZ4xWXPD2gdyKnquqK/8cMNSF90klQK8N9MnlAdbVuhxWkq1HcNYNjom4lIg==
61396139

61406140
react-native@*, [email protected]:
61416141
version "0.68.2"

0 commit comments

Comments
 (0)