diff --git a/src/index.tsx b/src/index.tsx index 2579634..2ada656 100644 --- a/src/index.tsx +++ b/src/index.tsx @@ -3,6 +3,9 @@ import { NativeModules } from "react-native"; const { RNRestart } = NativeModules; type RestartType = { + /** + * @deprecated use `restart` instead + */ Restart(): void; restart(): void; };