Skip to content

Commit

Permalink
chore: example update
Browse files Browse the repository at this point in the history
  • Loading branch information
WrathChaos committed Nov 11, 2022
1 parent 59474e7 commit c481865
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 13 deletions.
3 changes: 1 addition & 2 deletions example-manual-state/App.tsx
Original file line number Diff line number Diff line change
@@ -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 = () => {
Expand Down
14 changes: 7 additions & 7 deletions example-manual-state/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions example-manual-state/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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=="
Expand Down

0 comments on commit c481865

Please sign in to comment.