Icon in Android app not working with @hmscore/react-native-hms-ml
See original GitHub issueCurrently I have an application in production and it works correctly. Speech recognition is being implemented in the app, so the following package was installed:
"@hmscore/react-native-hms-ml": "^3.5.0-301"
The following versions are installed in the application
"react": "17.0.2",
"react-native": "0.67.4"
JDK: openjdk 11.0.16.1 2022-07-19 LTS OpenJDK Runtime Environment Zulu11.58+23-CA (build 11.0.16.1+1-LTS) OpenJDK 64-Bit Server VM Zulu11.58+23-CA (build 11.0.16.1+1-LTS, mixed mode)
It was configured according to the documentation and the voice recognition works, but the application icon no longer recognizes the one it had, but is modified by the default android one when a project is created in react-native
The application previously already has the following packages and has worked correctly
"@hmscore/react-native-hms-availability": "^5.2.0-300",
"@hmscore/react-native-hms-location": "^5.1.0-303",
"@hmscore/react-native-hms-push": "^5.3.0-304",
In addition to this, when generating an apk-release.apk without the package “@hmscore/react-native-hms-ml” the size of the .apk file is 36.8Mb, but when adding this package the apk-release.apk has a size of 177.4Mb
Issue Analytics
- State:
- Created a year ago
- Comments:6
Top GitHub Comments
@breeedly
And configure corresponding pictures, such as:
@xuxiapu thanks for the support, the icon works correctly again.