diff --git a/example-manual-state/App.tsx b/example-manual-state/App.tsx index 235a3ac..e64682f 100644 --- a/example-manual-state/App.tsx +++ b/example-manual-state/App.tsx @@ -1,7 +1,6 @@ import React from 'react'; import {SafeAreaView, StyleSheet, Text, View} from 'react-native'; -// import BouncyCheckbox from 'react-native-bouncy-checkbox'; -import BouncyCheckbox from './build/dist/BouncyCheckbox'; +import BouncyCheckbox from 'react-native-bouncy-checkbox'; import RNBounceable from '@freakycoder/react-native-bounceable'; const App = () => { diff --git a/example-manual-state/package-lock.json b/example-manual-state/package-lock.json index ceac825..62b9b6e 100644 --- a/example-manual-state/package-lock.json +++ b/example-manual-state/package-lock.json @@ -11,7 +11,7 @@ "@freakycoder/react-native-bounceable": "^1.0.3", "react": "18.1.0", "react-native": "0.70.5", - "react-native-bouncy-checkbox": "^2.1.8" + "react-native-bouncy-checkbox": "3.0.6" }, "devDependencies": { "@babel/core": "^7.12.9", @@ -9427,9 +9427,9 @@ } }, "node_modules/react-native-bouncy-checkbox": { - "version": "2.1.13", - "resolved": "https://registry.npmjs.org/react-native-bouncy-checkbox/-/react-native-bouncy-checkbox-2.1.13.tgz", - "integrity": "sha512-E9F5d7Lp2K/w0JjNnaRr6gTy8+oD8GGHCmIjWI/+A447Vy/jLfmGd9AVcM6Gunj75xdi9+DmtbaE4dJKwltehQ==", + "version": "3.0.6", + "resolved": "https://registry.npmjs.org/react-native-bouncy-checkbox/-/react-native-bouncy-checkbox-3.0.6.tgz", + "integrity": "sha512-m6YXu1gKyqDpNp8LAktsaK3Y9DH6JFSuhk4xfUO2bTtIq5RfCqXVr8spXl2DVWGKRQUrtxEsh2ID6R+VBKTltQ==", "peerDependencies": { "react": ">= 16.x.x", "react-native": ">= 0.55.x" @@ -18792,9 +18792,9 @@ } }, "react-native-bouncy-checkbox": { - "version": "2.1.13", - "resolved": "https://registry.npmjs.org/react-native-bouncy-checkbox/-/react-native-bouncy-checkbox-2.1.13.tgz", - "integrity": "sha512-E9F5d7Lp2K/w0JjNnaRr6gTy8+oD8GGHCmIjWI/+A447Vy/jLfmGd9AVcM6Gunj75xdi9+DmtbaE4dJKwltehQ==", + "version": "3.0.6", + "resolved": "https://registry.npmjs.org/react-native-bouncy-checkbox/-/react-native-bouncy-checkbox-3.0.6.tgz", + "integrity": "sha512-m6YXu1gKyqDpNp8LAktsaK3Y9DH6JFSuhk4xfUO2bTtIq5RfCqXVr8spXl2DVWGKRQUrtxEsh2ID6R+VBKTltQ==", "requires": {} }, "react-native-codegen": { diff --git a/example-manual-state/yarn.lock b/example-manual-state/yarn.lock index 0b2563d..f2d368d 100644 --- a/example-manual-state/yarn.lock +++ b/example-manual-state/yarn.lock @@ -5779,10 +5779,10 @@ "resolved" "https://registry.npmjs.org/react-is/-/react-is-17.0.2.tgz" "version" "17.0.2" -"react-native-bouncy-checkbox@^2.1.8": - "integrity" "sha512-E9F5d7Lp2K/w0JjNnaRr6gTy8+oD8GGHCmIjWI/+A447Vy/jLfmGd9AVcM6Gunj75xdi9+DmtbaE4dJKwltehQ==" - "resolved" "https://registry.npmjs.org/react-native-bouncy-checkbox/-/react-native-bouncy-checkbox-2.1.13.tgz" - "version" "2.1.13" +"react-native-bouncy-checkbox@3.0.6": + "integrity" "sha512-m6YXu1gKyqDpNp8LAktsaK3Y9DH6JFSuhk4xfUO2bTtIq5RfCqXVr8spXl2DVWGKRQUrtxEsh2ID6R+VBKTltQ==" + "resolved" "https://registry.npmjs.org/react-native-bouncy-checkbox/-/react-native-bouncy-checkbox-3.0.6.tgz" + "version" "3.0.6" "react-native-codegen@^0.70.6": "integrity" "sha512-kdwIhH2hi+cFnG5Nb8Ji2JwmcCxnaOOo9440ov7XDzSvGfmUStnCzl+MCW8jLjqHcE4icT7N9y+xx4f50vfBTw=="