Pilloxa / react-native-nordic-dfu

Nordic Device Firmware Update for React Native

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RNNordicDfu.startDFU got 7 arguments, expected 5

andrewcharnley opened this issue · comments

Havn't been able to figure this one out. Ran:

./gradlew clean
react-native --reset-cache

I can't see anything obvious between the arguments being called to startDFU in android, which appear correct.

This appears to be an issue with the fork, once I went back and made the manual modifications to support Android 12 it disappeared. I think it's because it enables jetifier which is now considered depreciated, and jetifier is rewriting the function.