Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not working in android #6

Open
Tufan21 opened this issue Jun 27, 2018 · 1 comment
Open

Not working in android #6

Tufan21 opened this issue Jun 27, 2018 · 1 comment
Labels
enhancement New feature or request

Comments

@Tufan21
Copy link

Tufan21 commented Jun 27, 2018

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

@everdrone
Copy link
Owner

Hi @Tufan21,

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.

@everdrone everdrone added the enhancement New feature or request label Jun 27, 2018
@everdrone everdrone reopened this Jun 27, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants