mirror of
https://github.com/zhigang1992/react-navigation.git
synced 2026-06-11 08:13:55 +08:00
6 lines
100 B
TypeScript
6 lines
100 B
TypeScript
import * as Updates from 'expo-updates';
|
|
|
|
export function restartApp() {
|
|
Updates.reloadAsync();
|
|
}
|