-
Notifications
You must be signed in to change notification settings - Fork 118
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
Update XCode 13 & Android 12 #164
base: master
Are you sure you want to change the base?
Conversation
Confirming that this fixes #166. For now I added a patch to use |
Having some troubles with Android 12. Would be great to have this PR released |
Sure! You need to use patch-package and add a file under your
This assumes that you use the latest version of react-native-nordic-dfu, |
Hello, Edit: turned out that nRF Connect mobile produces a similar behaviour with the Android12 phone I'm using, so this might be a device-specific bug in the Nordic Android DFU library. |
Fix: Use androidx
Hello, I also tried my app with this patch on Android 12, now app crashing without opening. Can someone help me to resolve this issue ? |
…orms RNNDFU: Update Nordic Android & iOS dependencies
`react-native-nordic-dfu` pointing to previous maintainer "pilloxa"
Update README.md
Update Xcode & iOSDFULibrary & Add old PR & README
Create New example project
add addListner
Fix "Starting FGS without a type" - NordicSemiconductor/Android-DFU-Library#423 Fix "One of RECEIVER_EXPORTED or RECEIVER_NOT_EXPORTED should be specified" by updating Android-DFU-Library
Add android 14 support
Changes:
It is the same fix as this other fork but on a later version of the trunk.