gre / gl-react

gl-react – React library to write and compose WebGL shaders

Home Page:https://gl-react-cookbook.surge.sh

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error When Build in an android device

nghiata opened this issue · comments

error_gl_react_native

I have an error when I config in settings.gradle. It said

Could not resolve all dependencies for configuration ':app:_debugApk'

Configuration with name 'default' not found.

This is my settings.gradle

`rootProject.name = 'MyApp'

include ':app'

include ':RNGL'
project(':RNGL').projectDir = file('../node_modules/gl-react-native/android')`

Do I have to comment include ':app' ?

In React Native 0.60, you no longer need to configure this manually so I assume this problem is fixed.