WrathChaos / react-native-bouncy-checkbox

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

Checkbox doesnt work on android emulator (React native 0.69.6) #161

Closed MordechaiCharlap closed 2 years ago

MordechaiCharlap commented 2 years ago

image As you can see on the emulator I get error, terminal says : › Reloading apps Android Bundling failed 8ms Unable to resolve "react-native-bouncy-checkbox" from "screens\LoginScreen.js"

while on the web its working fine and shows in the UI

WrathChaos commented 2 years ago

Hello @MordechaiCharlap

Thank you for reporting the issue, I am checking right now :)

WrathChaos commented 2 years ago

Hey again @MordechaiCharlap I tried to run the example app on android it works without any issue. Can you try the example project please?

MordechaiCharlap commented 2 years ago

Hey @WrathChaos , thanks for the fast reply :) actually just downloaded the example and haven`t managed to open it.. a lot of errors I'm not sure why.. I already made checkbox component by myself, if it works for you I guess it's a problem just for me.. But maybe you should update the react native before you try just to make sure (I see that the react native version in the example is 0.69.2 and in main it's 0.69.6, btw now there is already 0.70 at least)

WrathChaos commented 2 years ago

@MordechaiCharlap I'm using this library for multiple projects and multiple react-native versions which include the latest RN version 0.70+. I could not reproduce your issue.

Can you show me your issues with the example? The example is a straightforward project.