- 
        Couldn't load subscription status. 
- Fork 455
Troubleshooting
        terrylinla edited this page Jun 29, 2018 
        ·
        1 revision
      
    - 
The project name '@terrylinla/react-native-sketch-canvas' contains at least one of the following characters: [ , /, , :, <, >, ", ?, *, |]. This has been deprecated and is scheduled to be removed in Gradle 5.0. Set the 'rootProject.name' or adjust the 'include' statement. 
- 
Unable to find module with Gradle path ':@terrylinla/react-native-sketch-canvas' (needed by module 'app'.) - In settings.gradle, changetoinclude ':@terrylinla/react-native-sketch-canvas' project(':@terrylinla/react-native-sketch-canvas').projectDir = ...include ':@terrylinla_react-native-sketch-canvas' project(':@terrylinla_react-native-sketch-canvas').projectDir = ...
- In app/build.gradle, changetocompile project(':@terrylinla/react-native-sketch-canvas')compile project(':@terrylinla_react-native-sketch-canvas')
 
- In