zhou-ting

Results 2 comments of zhou-ting

change firebase version in below files: ${project}\android\app\build.gradle ``` ... //implementation 'com.google.firebase:firebase-core' //implementation 'com.google.firebase:firebase-messaging' implementation 'com.google.firebase:firebase-core:16.0.8' implementation 'com.google.firebase:firebase-messaging:17.6.0' ... ``` and ${project}\android\gradle.properties At the bottom of file add ``` firebaseCoreVersion=16.0.8 firebaseMessagingVersion=17.6.0...

> 8月1日起googleplay强制支持64bit的so,但是libZBarDecoder.so只有32位的。能提供下64位的么 解决了吗?我也要上架GooglePlay,现在无解啊,不知道怎么办了。我的RN版本是0.55