WrathChaos / react-native-bouncy-checkbox

Fully customizable animated bouncy checkbox for React Native
https://freakycoder.com
MIT License
779 stars 60 forks source link

Import issue #158

Closed ydv0121 closed 2 years ago

ydv0121 commented 2 years ago

After importing the import BouncyCheckbox from "react-native-bouncy-checkbox"; got below error on render

"react-native": "0.61.5"

Screenshot 2022-10-07 at 1 40 04 PM

WrathChaos commented 2 years ago

Hello @ydv0121 Thank you for reporting this :)

I just published 3.0.5 version of the library. Can you try this version?

It seems it works without any problem on example project

ydv0121 commented 2 years ago

Thanks for prompt response @WrathChaos .

I updated it to 3.0.5 still facing same.

if I downgrade it to 2.1.13 its working without any issue with "react-native": "0.61.5"

and yes it working fine with example project which has RN Version 69 so I think issue is related to "react-native"

WrathChaos commented 2 years ago

Hmmm, Actually 0.61.5 is really low react-native version.

I will create a 61.5 version and try to fix it but I'm not promising anything since it is pretty low version of react native

ydv0121 commented 2 years ago

Right. So people who are using older RN Version probably lower then 0.65 should use v2.1.13. so I am closing it as it's working fine with Current RN Version.