File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ import {
1010} from "react-native" ;
1111import AppleHeader from "react-native-apple-header" ;
1212import BottomSearchBar from "react-native-bottom-search-bar" ;
13- import RNBounceable from "./build/dist " ;
13+ import RNBounceable from "@freakycoder/react-native-bounceable " ;
1414import BouncyCheckbox , {
1515 BouncyCheckboxHandle ,
1616} from "react-native-bouncy-checkbox" ;
@@ -104,15 +104,15 @@ const App: React.FC = () => {
104104 isChecked
105105 iconImageStyle = { styles . iconImageStyle }
106106 disableText
107- onPress = { ( ) => { } }
107+ onPress = { ( ) => { } }
108108 />
109109 < BouncyCheckbox
110110 disableText
111111 fillColor = "#f54b42"
112112 size = { 50 }
113113 iconImageStyle = { styles . iconImageStyle }
114114 iconStyle = { { borderColor : "#f54b42" } }
115- onPress = { ( ) => { } }
115+ onPress = { ( ) => { } }
116116 />
117117 < BouncyCheckbox
118118 isChecked
@@ -121,7 +121,7 @@ const App: React.FC = () => {
121121 size = { 50 }
122122 iconImageStyle = { styles . iconImageStyle }
123123 iconStyle = { { borderColor : "#4287f5" } }
124- onPress = { ( ) => { } }
124+ onPress = { ( ) => { } }
125125 />
126126 < BouncyCheckbox
127127 disableText
@@ -193,7 +193,7 @@ const App: React.FC = () => {
193193 < AppleHeader
194194 dateTitle = { "Welcome" }
195195 largeTitle = { "John Doe" }
196- onPress = { ( ) => { } }
196+ onPress = { ( ) => { } }
197197 imageSource = { profilePicUri }
198198 />
199199 { renderCheckboxes ( ) }
Original file line number Diff line number Diff line change 1616 "react-native" : " 0.79.5" ,
1717 "react-native-apple-header" : " ^1.0.1" ,
1818 "react-native-bottom-search-bar" : " ^1.1.1" ,
19- "react-native-bouncy-checkbox" : " ^4.1.2 "
19+ "react-native-bouncy-checkbox" : " ^4.1.4 "
2020 },
2121 "devDependencies" : {
2222 "@babel/core" : " ^7.25.2" ,
You can’t perform that action at this time.
0 commit comments