terrylinla / react-native-sketch-canvas

A React Native component for drawing by touching on both iOS and Android.
MIT License
693 stars 450 forks source link

[Android] build issue #105

Closed pacozaa closed 5 years ago

pacozaa commented 5 years ago

After I install and tried to build, terminal screen gave me this error

Project with path ':@terrylinla/react-native-sketch-canvas' could not be found in project ':app'.

Here is my app/build.gradle's dependencies

dependencies {           
   implementation project(':@terrylinla/react-native-sketch-canvas')
}

How should I fix this? Seems like ios is doign fine

pacozaa commented 5 years ago

Solved by this https://github.com/terrylinla/react-native-sketch-canvas/issues/52