crispywong

Results 4 comments of crispywong

hi @mhrpatel12 , I'm having same issue. You can follow this [link](https://www.oipapio.com/question-4787963). Add following code in build.gradle ``` def useIntlJsc = false ``` in dependency add in following ``` if...

Could you give it a try? I tried using your [sample project](https://github.com/mhrpatel12/ReactApplication). After done following changes, it works at my side Add ```MainApplication.kt``` file and follow changes in ```diff.txt``` ```...

Did you add below in ```android/app/build.gradle```? ``` def jscFlavor = 'org.webkit:android-jsc:+' def enableHermes = project.ext.react.get("enableHermes", false); ``` ``` if (enableHermes) { def hermesPath = "../../node_modules/hermesvm/android/"; debugImplementation files(hermesPath + "hermes-debug.aar") releaseImplementation...

May be you can check if there is version mismatch between service worker and firebase package version Refer to this [link ](https://github.com/firebase/firebase-js-sdk/issues/2210#issuecomment-536466335)