Skip to content

Commit 6fe3f2d

Browse files
committed
Example is updated
1 parent 6b011de commit 6fe3f2d

File tree

5 files changed

+5
-203
lines changed

5 files changed

+5
-203
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 "./lib/SwitchButton";
11+
import SwitchButton from "@freakycoder/react-native-switch-button";
1212

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

example/lib/SwitchButton.style.ts

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

example/lib/SwitchButton.tsx

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

example/package-lock.json

Lines changed: 3 additions & 3 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
@@ -11,7 +11,7 @@
1111
},
1212
"dependencies": {
1313
"@freakycoder/react-native-bounceable": "^0.2.5",
14-
"@freakycoder/react-native-switch-button": "^0.1.0",
14+
"@freakycoder/react-native-switch-button": "^0.1.1",
1515
"react": "17.0.1",
1616
"react-native": "0.64.1"
1717
},

0 commit comments

Comments
 (0)