rnc-archive / react-native-webgl

DEPRECATED: use expo-gl – Implements WebGL for react-native
295 stars 73 forks source link

Update build.gradle #65

Closed derolf closed 5 years ago

derolf commented 6 years ago

This PR fixes:

[1] Some problems were found with the configuration of task ':react-native-webgl:buildRNWebGLLib'. Registering invalid inputs and outputs via TaskInputs and TaskOutputs methods has been deprecated and is scheduled to be removed in Gradle 5.0.
[1]  - File '.../node_modules/react-native-webgl/android/src/main/jni' specified for property '$1' is not a file.
[1]  - File '.../node_modules/react-native-webgl/cpp' specified for property '$2' is not a file.
fxcosta commented 5 years ago

I'm facing the same issue on Windows... i try change manually this to dir but no works... @derolf

fxcosta commented 5 years ago

I solved by simply removing spaces from the project path, or moving to a new directory with no spaces;

yernandus commented 5 years ago

having same issue but on mac for RN 0.57.0

antoniocozzi commented 5 years ago

Yes, same thing for me.

moxxuk commented 5 years ago

Same issue here, I hope the PR gets merged soon!

mars-lan commented 5 years ago

Confirmed that this fix is needed for RN 0.59. Please merge this in @gre!

skizzo commented 5 years ago

Any updates on this?