WrathChaos / react-native-bouncy-checkbox

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

tslib is needed to work with Expo #58

Closed Darkensses closed 3 years ago

Darkensses commented 3 years ago

How to reproduce:

Expected Result: You should see a checkbox in your device screen Actual Result: The console prints an error saying tslib could not be found within the project

Workaround: Installing the tslib package


npm i tslib 
WrathChaos commented 3 years ago

Hello @Darkensses tslib is a Typescript helper library. It is a dev-dependency need. This is not a bug or something.

Thank you for the reporting this if someone need this help :) Awesome issue btw :)

corentindesfarges commented 3 years ago

I think it could be interesting to add a note about that in the readme. :)

WrathChaos commented 2 years ago

With the Version 2.1.7+ you do not need tslib anymore @corentindesfarges , @Darkensses :)