remobile / react-native-toast

A android like toast for android and ios, android use native toast, ios use UIView+Toast
MIT License
346 stars 146 forks source link

Android 编译错误 Unable to find module with Gradle path #47

Open jinzunyue opened 5 years ago

jinzunyue commented 5 years ago

编译报错: Unable to find module with Gradle path ':@remobile/react-native-toast' (needed by module 'app'.) settings.gradle include ':@remobile/react-native-toast' project(':@remobile/react-native-toast').projectDir = new File(rootProject.projectDir, '../node_modules/@remobile/react-native-toast/android')

app 中 build.gradle compile project(':@remobile/react-native-toast')

请问有人遇到过同样的问题吗?

DrJukka commented 5 years ago

Currently having same issue, so did you find any solutions already ?