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

update react, react-native, & react-native-mapbox-gl, fix const bug, remove unused file #47

Merged
merged 1 commit into from Jun 13, 2019

Conversation

sethvincent
Copy link
Contributor

Small fixes and getting react-native up to latest 0.58.x. (upgrading to 0.59 will take a lot more work)

Something about the js runtime in the latest version of react-native is more strict about declaring multiple consts with the same name in a file. This took a bit to figure out. Actions used in components basically can't be declared as const in both the import statements and destructuring of this.props.

@sethvincent sethvincent merged commit 5b95131 into master Jun 13, 2019
@sethvincent sethvincent deleted the update-react-native-0.58 branch June 13, 2019 14:02
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.

None yet

1 participant