Skip to content

Commit 4884721

Browse files
committed
fix: build
1 parent 5c0e7be commit 4884721

File tree

8 files changed

+14
-234
lines changed

8 files changed

+14
-234
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 './lib/BouncyCheckbox';
5+
import BouncyCheckbox from 'react-native-bouncy-checkbox';
66

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

example/lib/BouncyCheckbox.style.ts

Lines changed: 0 additions & 47 deletions
This file was deleted.

example/lib/BouncyCheckbox.tsx

Lines changed: 0 additions & 173 deletions
This file was deleted.

example/lib/check.png

-675 Bytes
Binary file not shown.

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.8",
18+
"react-native-bouncy-checkbox": "^2.1.11",
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.8":
5759-
"integrity" "sha512-znKVSJQ71+NRTcOG9zuMXBRrUgFsUutGbQoOwasRyVlrJU4djX1Ny0CvCMgOy/Fh+lu9qdLtQFUQLfKwnWXt3Q=="
5760-
"resolved" "https://registry.npmjs.org/react-native-bouncy-checkbox/-/react-native-bouncy-checkbox-2.1.10.tgz"
5761-
"version" "2.1.10"
5758+
"react-native-bouncy-checkbox@^2.1.11":
5759+
"integrity" "sha512-e6nE2qL+zbPgHmZhQUdrdQgXn8sBdCxcqy904RzjU66Ox/J27FU8JhosGfOZVUAvt4WHIlw2ZJS65bQEnJX71Q=="
5760+
"resolved" "https://registry.npmjs.org/react-native-bouncy-checkbox/-/react-native-bouncy-checkbox-2.1.11.tgz"
5761+
"version" "2.1.11"
57625762

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-bouncy-checkbox",
3-
"version": "2.1.11",
3+
"version": "2.1.12",
44
"description": "Fully customizable animated bouncy checkbox for React Native",
55
"keywords": [
66
"bouncy",

0 commit comments

Comments
 (0)