You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is not working in android . i had try to add it mannualy ,
in app build.gradle
compile project(':react-native-super-ellipse-mask')
in Setting.gradle
include ':react-native-super-ellipse-mask'
project(':react-native-super-ellipse-mask').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-super-ellipse-mask/android')
but throwing error
Failed to resolve: project :react-native-super-ellipse-mask
Open File
help me to solve this , library is working fine as expacted in IOS
The text was updated successfully, but these errors were encountered:
This library not working on Android is no surprise since i haven't implemented the support from the beginning. (see README.md)
I'm sorry but i have zero experience building native modules for Android. 🙁
If you are willing to, you can contribute to this repo by opening a Pull Request with some branch of yours that integrates the native code needed for Android platforms.
It is not working in android . i had try to add it mannualy ,
in app build.gradle
compile project(':react-native-super-ellipse-mask')
in Setting.gradle
include ':react-native-super-ellipse-mask'
project(':react-native-super-ellipse-mask').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-super-ellipse-mask/android')
but throwing error
Failed to resolve: project :react-native-super-ellipse-mask
Open File
help me to solve this , library is working fine as expacted in IOS
The text was updated successfully, but these errors were encountered: