React Native app stuck in Splash screen after adding HMS Location package
I am trying to integrate HMS Location following the guide here. Unfortunately, after following the last step of adding packages.add(new RNHMSLocationPackage()); in my MainApplication.java, my React Native can no longer run properly, it just stucks in splash screen. Have anyone…