Open dhawalsonawaneH opened 2 years ago
@Realank and @wushuang2012 Can you please help me resolve this issue. I am on a bit of a strict timeline here. Thank you.
@dhawalsonawaneH , Have you solved this issue?
Having the same problem, as a temporary workaround, I modified the version in node_modules
node_modules\@ihealth\ihealthlibrary-react-native\android\build.gradle
set
implementation 'no.nordicsemi.android:dfu:1.6.1'
to
implementation 'no.nordicsemi.android:dfu:1.11.1'
I installed the iHealth library for react native. After installation, when I run my project on Android device, I get the following error:
My package versions: "@ihealth/ihealthlibrary-react-native": "^1.5.1", "react": "17.0.2", "react-native": "0.68.2"