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

Initialises an expo app example #21

Merged
merged 3 commits into from
Nov 27, 2020
Merged

Initialises an expo app example #21

merged 3 commits into from
Nov 27, 2020

Conversation

kiwicopple
Copy link
Member

What kind of change does this PR introduce?

Fix #11 - creates an example to show how to use with expo

@@ -3,7 +3,7 @@
"version": "0.1.0",
"private": true,
"dependencies": {
"@supabase/gotrue-js": "file:..",
"@supabase/gotrue-js": "file:../..",
Copy link

Choose a reason for hiding this comment

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

This only works with yarn, as npm will create a symlink to the parent directory inside node_modules/, which Metro can't deal with: expo/create-react-native-app#214 .

I'm yet to find a solution to this other than using an alternate bundler like haul.
I'd suggest pointing this out in the README for this example.

Copy link
Member Author

Choose a reason for hiding this comment

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

Amazing, thanks for this @tjg1 - I'll add the comments now

@kiwicopple kiwicopple merged commit 946d5d5 into master Nov 27, 2020
@github-actions
Copy link
Contributor

🎉 This PR is included in version 1.7.3 🎉

The release is available on:

Your semantic-release bot 📦🚀

@thorwebdev thorwebdev deleted the chore/add_rn_example branch May 9, 2022 02:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Not working with React Native
1 participant