Skip to content

Commit 1344043

Browse files
committed
chore: example upgrade
1 parent f0b3ea2 commit 1344043

File tree

4 files changed

+13
-13
lines changed

4 files changed

+13
-13
lines changed

example/App.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import React from 'react';
22
import {View, Text, StatusBar, SafeAreaView, Pressable} from 'react-native';
33
import AppleHeader from 'react-native-apple-header';
44
import BottomSearchBar from 'react-native-bottom-search-bar';
5-
import BouncyCheckbox from './build/dist/BouncyCheckbox';
5+
import BouncyCheckbox from 'react-native-bouncy-checkbox';
66

77
export default class App extends React.Component {
88
render() {

example/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/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"@freakycoder/react-native-helpers": "^1.0.2",
1616
"react-native-apple-header": "^0.1.1",
1717
"react-native-bottom-search-bar": "^1.0.0",
18-
"react-native-bouncy-checkbox": "^2.1.13",
18+
"react-native-bouncy-checkbox": "3.0.0",
1919
"react-native-dynamic-vector-icons": "^1.2.0",
2020
"react-native-vector-icons": "^9.0.0"
2121
},

example/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5755,10 +5755,10 @@
57555755
"resolved" "https://registry.npmjs.org/react-native-bottom-search-bar/-/react-native-bottom-search-bar-1.0.0.tgz"
57565756
"version" "1.0.0"
57575757

5758-
"react-native-bouncy-checkbox@^2.1.13":
5759-
"integrity" "sha512-E9F5d7Lp2K/w0JjNnaRr6gTy8+oD8GGHCmIjWI/+A447Vy/jLfmGd9AVcM6Gunj75xdi9+DmtbaE4dJKwltehQ=="
5760-
"resolved" "https://registry.npmjs.org/react-native-bouncy-checkbox/-/react-native-bouncy-checkbox-2.1.13.tgz"
5761-
"version" "2.1.13"
5758+
"react-native-bouncy-checkbox@3.0.0":
5759+
"integrity" "sha512-5vWrHv+CBabPmTs5oE5c6wTIUHtw96rTh/GOG/Nr4qlfz35AGz3fHlUP5HemB//UeJTLU4eCG22jjlScHYOLcQ=="
5760+
"resolved" "https://registry.npmjs.org/react-native-bouncy-checkbox/-/react-native-bouncy-checkbox-3.0.0.tgz"
5761+
"version" "3.0.0"
57625762

57635763
"react-native-codegen@^0.69.1":
57645764
"integrity" "sha512-TOZEqBarczcyYN3iZE3VpKkooOevaAzBq9n7lU0h9mQUvtRhLVyolc+a5K6cWI0e4v4K69I0MqzjPcPeFKo32Q=="

0 commit comments

Comments
 (0)