Skip to content

Commit df137d8

Browse files
committed
chore: example update
1 parent 16473e5 commit df137d8

File tree

5 files changed

+6
-201
lines changed

5 files changed

+6
-201
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/lib/SegmentedControl.style.ts

Lines changed: 0 additions & 48 deletions
This file was deleted.

example/lib/SegmentedControl.tsx

Lines changed: 0 additions & 147 deletions
This file was deleted.

example/package-lock.json

Lines changed: 4 additions & 4 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
@@ -13,7 +13,7 @@
1313
"expo-status-bar": "~2.0.1",
1414
"react": "18.3.1",
1515
"react-native": "0.76.7",
16-
"react-native-segmented-control-2": "^2.0.1"
16+
"react-native-segmented-control-2": "^2.1.0"
1717
},
1818
"devDependencies": {
1919
"@babel/core": "^7.25.2",

0 commit comments

Comments
 (0)