Skip to content

Commit c481865

Browse files
committed
chore: example update
1 parent 59474e7 commit c481865

File tree

3 files changed

+12
-13
lines changed

3 files changed

+12
-13
lines changed

example-manual-state/App.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import React from 'react';
22
import {SafeAreaView, StyleSheet, Text, View} from 'react-native';
3-
// import BouncyCheckbox from 'react-native-bouncy-checkbox';
4-
import BouncyCheckbox from './build/dist/BouncyCheckbox';
3+
import BouncyCheckbox from 'react-native-bouncy-checkbox';
54
import RNBounceable from '@freakycoder/react-native-bounceable';
65

76
const App = () => {

example-manual-state/package-lock.json

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

example-manual-state/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5779,10 +5779,10 @@
57795779
"resolved" "https://registry.npmjs.org/react-is/-/react-is-17.0.2.tgz"
57805780
"version" "17.0.2"
57815781

5782-
"react-native-bouncy-checkbox@^2.1.8":
5783-
"integrity" "sha512-E9F5d7Lp2K/w0JjNnaRr6gTy8+oD8GGHCmIjWI/+A447Vy/jLfmGd9AVcM6Gunj75xdi9+DmtbaE4dJKwltehQ=="
5784-
"resolved" "https://registry.npmjs.org/react-native-bouncy-checkbox/-/react-native-bouncy-checkbox-2.1.13.tgz"
5785-
"version" "2.1.13"
5782+
"react-native-bouncy-checkbox@3.0.6":
5783+
"integrity" "sha512-m6YXu1gKyqDpNp8LAktsaK3Y9DH6JFSuhk4xfUO2bTtIq5RfCqXVr8spXl2DVWGKRQUrtxEsh2ID6R+VBKTltQ=="
5784+
"resolved" "https://registry.npmjs.org/react-native-bouncy-checkbox/-/react-native-bouncy-checkbox-3.0.6.tgz"
5785+
"version" "3.0.6"
57865786

57875787
"react-native-codegen@^0.70.6":
57885788
"integrity" "sha512-kdwIhH2hi+cFnG5Nb8Ji2JwmcCxnaOOo9440ov7XDzSvGfmUStnCzl+MCW8jLjqHcE4icT7N9y+xx4f50vfBTw=="

0 commit comments

Comments
 (0)