-
Notifications
You must be signed in to change notification settings - Fork 24.3k
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
Unable to use local version of React Native #19358
Comments
Hey there, it looks like there has been no activity on this issue recently. Has the issue been fixed, or does it still require the community's attention? This issue may be closed if no further activity occurs. You may also label this issue as "For Discussion" or "Good first issue" and I will leave it open. Thank you for your contributions. |
Still requires community attention |
Perhaps @dulmandakh or @gengjiawen can help. |
@MarkOSullivan94 Can you upgrade the project to to 0.57.rc3. The forked react-native now is not working on windows. |
Okay, using circleci find out the reason, in
|
Actually you project has inconsistency. You may need to cleanup. For your project now, You need to add to maven {
url 'https://maven.google.com/'
name 'Google'
} |
Thanks for the help @hramos @gengjiawen. Now stuck on another issue which I've opened as a new issue: #21776 |
Currently trying to make changes to the React Native source to help improve the share functionality for Android (or at least try to).
Was following this guide: https://facebook.github.io/react-native/docs/building-from-source.html#3-adding-the-reactandroid-project
I got to this step: https://facebook.github.io/react-native/docs/building-from-source.html#3-adding-the-reactandroid-project
Unfortunately after running
react-native run-android
, I was no longer getting a successful build.app build.gradle - https://github.com/MarkOSullivan94/ReactNativeShareExample/blob/master/android/app/build.gradle
settings.gradle - https://github.com/MarkOSullivan94/ReactNativeShareExample/blob/master/android/settings.gradle
Environment
Environment:
OS: macOS High Sierra 10.13.3
Node: 10.1.0
Yarn: Not Found
npm: 5.6.0
Watchman: 4.9.0
Xcode: Xcode 9.2 Build version 9C40b
Android Studio: Not Found
Packages: (wanted => installed)
react: 16.3.1 => 16.3.1
react-native: github:MarkOSullivan94/react-native#master => 1000.0.0
Steps to Reproduce
Clone my example project which I was building to test out the changes to the RN source: https://github.com/MarkOSullivan94/ReactNativeShareExample
Then run it with
react-native run-android
.Expected Behavior
The app would build successfully.
Actual Behavior
The text was updated successfully, but these errors were encountered: