-
Notifications
You must be signed in to change notification settings - Fork 29
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
Targeting S+ requires FLAG_IMMUTABLE error solved #6
base: master
Are you sure you want to change the base?
Conversation
I found you put 5 commints in this pr. It's better only have one commit. |
I know but I tried and everything is working right now. It happened because I undo what I did. |
Usb device attach-detach receivers added
USB attach-detach functions added
Previous version which used for this project : 0.71.10 For the new version of react native : "react-native": "0.72.1" compileSdkVersion should be changed from 29 to 30
Before that permission would granted before user press okay. This issue solved.
hello, please create new tag with fix bug on android 12 |
you accepted the changes to the master, but there is no release with this fix |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why not keep App.tsx filename?
Adding Created a different PR |
Merged |
build.gradle file is added
in build.gradle file implementation ("androidx.work:work-runtime:2.7.0") is added
In android/src/main/java/com/bastengao/usbserialport/UsbSerialportForAndroidModule.java file flag is added