Closed ahmedu007 closed 6 years ago
This was causing react-native 0.56 to crash. Had to apply this patch in order to make it work.
@ahmedu007 could you please update your commit to include the change from const
to let
only?
@obipawan I can confirm this fix works on react-native@0.56.0, would you mind merging it and publishing new version to npm?
@obipawan Can you please merge this in? Confirmed this is a RN 0.56 issue and that simple one line fixes it.
Apologies folks. I'll be pushing out an update in some time.
I'm using this lib with react-native-web. Its not letting me compile since the const is being redefined in the function. Updating the
const
to alet
to solve the issue and fix the convention.