-
Notifications
You must be signed in to change notification settings - Fork 214
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
react-native link react-native-oauth fails on Windows #50
Comments
Removing the following from package.json allows linking to complete succesfuly.
https://github.com/Cleanshooter/react-native-oauth Not really a solution but a work around for now... I guess. I'm not experienced enough with npm packages to figure out how to run shells from Windows CMD so this library would be more cross compatible. |
Nice.... That worked for me also |
I had the same issue, and the workaround worked! Could executing .sh files under Bash on Ubuntu on Windows work? |
Yeah your best best for this to work as is might be to run it in a docker container or something... |
@Cleanshooter i tried the solution and it linking was successful, however i was unable to build and run the application as I got the following error:
|
manually removed this section will cause app failed to generate apk due to verify release resource step failed. I think should update this changes on repo instead of remove it manually. |
It seems the addition of the prelink and postlink rnpm commands to the json.package prevent Windows users from using this tool. The shell scripts you have written are not windows env compatible and cause rnpm-install to crash. I'll see if I can write a fix for this.
The text was updated successfully, but these errors were encountered: