Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

updating const to let #15

Merged
merged 1 commit into from
Jul 18, 2018
Merged

updating const to let #15

merged 1 commit into from
Jul 18, 2018

Conversation

ahmedu007
Copy link

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 a let to solve the issue and fix the convention.

@NsTremblay
Copy link

This was causing react-native 0.56 to crash. Had to apply this patch in order to make it work.

@jmikulka
Copy link

@ahmedu007 could you please update your commit to include the change from const to let only?

@obipawan I can confirm this fix works on [email protected], would you mind merging it and publishing new version to npm?

@luskin
Copy link

luskin commented Jul 16, 2018

@obipawan Can you please merge this in? Confirmed this is a RN 0.56 issue and that simple one line fixes it.

simulator screen shot - iphone 6 - 2018-07-16 at 10 44 37

@obipawan obipawan merged commit ca868e8 into obipawan:master Jul 18, 2018
@obipawan
Copy link
Owner

Apologies folks. I'll be pushing out an update in some time.

@obipawan
Copy link
Owner

Available on v0.0.9
Thanks @ahmedu007 for the fix

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants