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

[expo-image-picker] Fix getCameraPermissionsAsync on web #7498

Merged
merged 3 commits into from Apr 3, 2020

Conversation

IjzerenHein
Copy link
Contributor

Why

This PR fixes the expo-image-picker getCameraPermissionsAsync function on web.

Fixes #7470

How

There was a typo in the web-implementation, causing this function to throw an error.

Test Plan

Before fix:

image

After fix:

image

There was a typo in the web-implementation, causing this function to throw an error
@bbarthec
Copy link
Contributor

CHANGELOG in expo-image-picker should be updated 😉

@IjzerenHein
Copy link
Contributor Author

CHANGELOG in expo-image-picker should be updated 😉

Of course, will do :D

Co-Authored-By: Bartłomiej Bukowski <bartlomiejbukowski.b@gmail.com>
@EvanBacon EvanBacon merged commit 7207e79 into master Apr 3, 2020
@EvanBacon EvanBacon deleted the @hein/expo-image-picker/web-fix branch April 3, 2020 08:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[ Web ] expo-image-picker getCameraPermissionsAsync not a function
3 participants