Skip to content

Commit d4a0b42

Browse files
committed
Example is updated and published with the test
1 parent 9b6ef97 commit d4a0b42

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

example/App.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import {
88
useColorScheme,
99
View,
1010
} from "react-native";
11-
import SwitchButton from "./build/dist/SwitchButton";
11+
import SwitchButton from "@freakycoder/react-native-switch-button";
1212

1313
const App = () => {
1414
return (

example/package-lock.json

Lines changed: 5 additions & 0 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 & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
},
1212
"dependencies": {
1313
"@freakycoder/react-native-bounceable": "^0.2.5",
14+
"@freakycoder/react-native-switch-button": "^0.1.0",
1415
"react": "17.0.1",
1516
"react-native": "0.64.1"
1617
},

0 commit comments

Comments
 (0)