-
Notifications
You must be signed in to change notification settings - Fork 184
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
Does not work alongside RN 0.67.x #111
Comments
What issue are you encountering? We have had it running on iOS in every React-Native release since 0.64 |
There was something about its gradle config, which crashed gradle build of my host project after the update to 0.67 from 0.66. Though, I am noob regarding Gradle, so it might be I was doing something wrong. I ended up just forking the lib, doing a bunch of changes in its Gradle file, most of whice aren't related, then it worked for me, so I am using my fork, and already forgot what was the issue, and what exactly fixed it for me. |
The issue is related to maven plugin ( also with compileSdkVersion ) due to Gradle version. React Native 0.66 uses gradle version 7, So works perfect. React Native 0.67 and onwards uses version 8. In gradle v8, maven is removed and maven-publish should be used ( according to https://stackoverflow.com/questions/69100888/plugin-with-id-maven-not-found ).
Solution:- |
I needed to modify my branch to make the same changes I found here before I could get this to work: |
Ugh... I never mentioned, I have my fork published to NPM: @dr.pogodin/react-native-static-server, just in case anybody bumps into the same problem, can just use it. |
Thanks your work,I can't get new version by npm.
|
@jimzou |
@birdofpreyru Thanks,I asked a low-level question! |
No description provided.
The text was updated successfully, but these errors were encountered: