-
Notifications
You must be signed in to change notification settings - Fork 35
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
No interface method pushMap #13
Comments
I got the same issue. still looking for a solution :( ps: I just saw your fix in your fork. Is that working well? |
I'd got same issue ... |
Note that during this tries, I linked NOT with com.hoho.android:usb-serial-for-android:0.2.0-SNAPSHOT but with more recent com.github.mik3y:usb-serial-for-android:3.4.0 (I thought that was the bug source, no, but I think it's always better if It's linked with a more recent version).
and
|
I just tried it and it's working ! Thank you so much |
@vmaury or someone else, can you share a working solution, since link you posted doesn't work anymore? |
Hello !
Thank you for your work, it's really amazing for what I'm doing !
But there's a problem since React Native 0.6 that cause this error on the call of getDeviceListAsync :
This is caused by the fact that in RN > 0.6, the method
WritableArray.pushMap()
does not acceptWritableMap
as argument anymore. It accepts onlyReadableMap
. I tried to modify the code in order transform it, but my knowledge in RN is too limited to do so...How can we get through this problem ?
Thank you !
The text was updated successfully, but these errors were encountered: