You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Line 2 of index.js: instantiates RNNordicDfu with const { RNNordicDfu } = NativeModules;
However, when running on Android (I have not tried IOS yet), NativeModules has no RNNordicDfu property at runtime, leading to an error on line 57 return RNNordicDfu.startDFU(upperDeviceAddress, deviceName, filePath); -> Cannot read property startDFU of undefined.
I am running React Native 0.70.8.
The text was updated successfully, but these errors were encountered:
Line 2 of index.js: instantiates RNNordicDfu with
const { RNNordicDfu } = NativeModules;
However, when running on Android (I have not tried IOS yet), NativeModules has no RNNordicDfu property at runtime, leading to an error on line 57
return RNNordicDfu.startDFU(upperDeviceAddress, deviceName, filePath);
->Cannot read property startDFU of undefined
.I am running React Native 0.70.8.
The text was updated successfully, but these errors were encountered: