Fork restart functionality for different platforms
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
// Current version of react-native-restart doesn't work with our ios setup
|
||||
// therefore we have a fork and use different libraries on the platforms
|
||||
import RNExitApp from 'react-native-exit-app-v2'
|
||||
|
||||
export const restartApp = RNExitApp.exitApp
|
||||
Reference in New Issue
Block a user