Skip to content

Commit 7cbb61a

Browse files
committed
Example manual state is updated
1 parent 09e21ca commit 7cbb61a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

example-manual-state/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 { SafeAreaView, StyleSheet, Text, View } from "react-native";
3-
import BouncyCheckbox from "./build/dist/BouncyCheckbox";
3+
import BouncyCheckbox from "react-native-bouncy-checkbox";
44
import RNBounceable from "@freakycoder/react-native-bounceable";
55

66
const App = () => {

example-manual-state/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"@freakycoder/react-native-bounceable": "^0.2.4",
1414
"react": "17.0.1",
1515
"react-native": "0.64.0",
16-
"react-native-bouncy-checkbox": "^2.0.0"
16+
"react-native-bouncy-checkbox": "^2.1.0"
1717
},
1818
"devDependencies": {
1919
"@babel/core": "^7.12.9",

0 commit comments

Comments
 (0)