hooks
hooks copied to clipboard
Thank you for useAppState, but could you also export previousAppState
some times we need to have previous state to make sure preious state was 'background' or 'inactive' and currentstate is active, so we will call a method. but currently the only state it returns is currentState.
@marcmoo what was your workaround for this?