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

Fix Android compile error for React Native v0.60.x due to missing method #835

Merged
merged 1 commit into from
Nov 1, 2019

Conversation

piemonkey
Copy link
Contributor

React Native 0.61 introduces the .copy() method to the WritableMap
interface and this is used as of version 4.0.8 of this library. To keep
compatibility with RN 0.60, manually create a copy.

Fixes #834

React Native 0.61 introduces the `.copy()` method to the WritableMap
interface and this is used as of version 4.0.8 of this library. To keep
compatibility with RN 0.60, manually create a copy.
@hyochan hyochan added the 🛠 bugfix All kinds of bug fixes label Nov 1, 2019
@hyochan hyochan merged commit 8d28d20 into hyochan:master Nov 1, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🛠 bugfix All kinds of bug fixes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Compile error moving from 3.5.9 to 4.0.8
2 participants