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

add a readme for the example app #12

Merged
merged 1 commit into from
May 24, 2022

Conversation

esthor
Copy link
Contributor

@esthor esthor commented May 18, 2022

I ran into an issue getting the iOS app to work. (Error: Unable to resolve module @babel/runtime/helpers/interopRequireDefault)

I looked at the babel config of the example app, and saw it was looking at the package.json at the root of the project (line 2: const pak = require('../package.json')

That might be the root cause of the issue with the iOS app not working unless you also yarn install in the root of the project. This seems like a hacky workaround, and should probably instead make the example folder independent of the root project, but...this is also a fast way to get people up and going with the example app until then.

@mrousavy mrousavy merged commit 000cd1d into margelo:main May 24, 2022
@mrousavy
Copy link
Member

Awesome, thanks!

eduardborges pushed a commit to eduardborges/react-native-graph that referenced this pull request Jun 11, 2022
feat: Add a readme for the example app (margelo#12)
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

2 participants