-
Notifications
You must be signed in to change notification settings - Fork 47
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
179/AndroidContributionGuide #200
179/AndroidContributionGuide #200
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks good to me if the bundle install
step is correct
|
||
|
||
### 2. If you are seeing Errors around babel | ||
Make sure you have done a `bundle install` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
is this right? why does the iOS ruby dependencies matter for babel?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this was when they got an error of
could not find dependency @babel/helper-string-parser
of @babel.plugin-transform-react-jsx/noode_modules/@babel/types
Error: Analysis of target '//android/demo:demo' failed; build aborted.
they ended up not doing a bundle install haha, let me add this error to specify which error
Documentation Updates for android contribution.
Added troubleshooting for common issues when getting started.