-
Notifications
You must be signed in to change notification settings - Fork 71
ci: Add CI build of React Native #313
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
Conversation
38bab9f to
5504c7d
Compare
| on: [pull_request] | ||
|
|
||
| jobs: | ||
| # pod-lint: |
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.
Please remove all the commented out stuff in this file
.gitignore
Outdated
| *.stackdump | ||
|
|
||
| # ReactCommon subdir shouldn't have Xcode project | ||
| /packages/react-native/ReactCommon/**/*.xcodeproj |
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.
Can we just gitignore the entire /packages directory? I assume these packages and their exact directories may change in the future. Also is there any need to include other things from /packages ever?
| @@ -0,0 +1,10 @@ | |||
| # Add project specific ProGuard rules here. | |||
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 it possible to remove the Android part of this example project entirely? I know by default it creates both, but it should be possible to make an iOS only RN project.
|
🎉 This PR is included in version 8.27.5 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
Summary
Testing Plan
Reference Issue (For mParticle employees only. Ignore if you are an outside contributor)