diff --git a/releases/next/docs/appstate.html b/releases/next/docs/appstate.html index 880912b4971..5ff56af94b7 100644 --- a/releases/next/docs/appstate.html +++ b/releases/next/docs/appstate.html @@ -112,7 +112,7 @@ exports.examples : 'ios', title: 'Memory Warnings', description: 'In the IOS simulator, hit Shift+Command+M to simulate a memory warning.', - render(): ReactElement { return <AppStateSubscription showMemoryWarnings={true} />; } + render(): ReactElement<any> { return <AppStateSubscription showMemoryWarnings={true} />; } }, ];
Next →

Run this example