react-native-splash-screen icon indicating copy to clipboard operation
react-native-splash-screen copied to clipboard

Ios Conflict with socket.io-client: reload navigation reopen app from background

Open nghianvbsc opened this issue 3 years ago • 0 comments

If compoment has used socket io:

import io from 'socket.io-client'; this.socket = io(url);

I close app to background and reopen app after some minute, app will reload to first screen navigation

nghianvbsc avatar Aug 28 '21 10:08 nghianvbsc