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

Fixed imports for Expo SDK 34 #70

Merged
merged 5 commits into from
Oct 2, 2019
Merged

Fixed imports for Expo SDK 34 #70

merged 5 commits into from
Oct 2, 2019

Conversation

norezark
Copy link
Contributor

This PR add react-native-webview and replace to import webview from react-native-webview.
fixed #69

This is my first PR on github so please point out if there is a problem. :)

package.json Outdated
},
"dependencies": {
"buffer": "5.1.0",
"js-base64": "2.4.5"
"js-base64": "2.4.5",
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You should remove the comma here

Copy link

@jaaberg jaaberg Sep 30, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That would make the json invalid since another line is added.

Edit: Never mind, I had a temporary brainbleed, should be removed, yes

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for review!
I committed updated package.json

@xcarpentier xcarpentier merged commit db9d558 into xcarpentier:master Oct 2, 2019
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.

cannot suport expo 34 sdk
4 participants