diff --git a/packages/docs/src/pages/docs/apis/app-state.md b/packages/docs/src/pages/docs/apis/app-state.md index cd67cadb..e9b83274 100644 --- a/packages/docs/src/pages/docs/apis/app-state.md +++ b/packages/docs/src/pages/docs/apis/app-state.md @@ -40,10 +40,6 @@ Returns the current state of the app. Add a listener to `AppState` changes. Listen to the `"change"` event type. The handler is called with the app state value. {% endcall %} -{% call macro.prop('removeEventListener', '(type: ?string, listener: (boolean) => void) => void') %} -Remove a listener from `AppState` changes. -{% endcall %} - --- ## Examples