Surile / react-native-sunmi-printer

商米内置打印机
MIT License
44 stars 28 forks source link

> Task :heasy_react-native-sunmi-printer:verifyReleaseResources FAILED #23

Closed mikgross closed 9 months ago

mikgross commented 1 year ago

Hello, I am having an issue on react native 0.68.

"@heasy/react-native-sunmi-printer": "^1.7.0",
"react-native": "0.68.0",
minSdkVersion = 21
compileSdkVersion = 31
targetSdkVersion = 31
ndkVersion = "21.4.7075529"
Surile commented 1 year ago

i can update example,

anastely commented 1 year ago

I've faced the same issue, to solve it i used this command to generate the APK

./gradlew app:assembleRelease instead of ./gradlew assembleRelease