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 accept WritableMap as argument anymore. It accepts only ReadableMap. 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 !
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 acceptWritableMapas 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 !