akanksha-agarwal93
akanksha-agarwal93
Same issue, anyone got any solution so far?
I got the issue resolved - for me, flipper was the problem. If you are using React-Native version > 0.60 try - @override public void onCreate() { super.onCreate(); SoLoader.init(this, /*...
Hello, we are facing the same issue with few Samsung devices. Did you guys find any solution on this ?
I got the issue resolved - for me, flipper was the problem. If you are using React-Native version > 0.60 try - @override public void onCreate() { super.onCreate(); SoLoader.init(this, /*...
You can use AppState event Handler to know if your application has come back in foreground. For Functional component, register **AppState.addEventListener('change', handleAppStateChange);** in useEffect call and same thing in componentDidMount...