UNPKG

202 BJavaScriptView Raw
1import { AppState } from 'react-native';
2var isAppInForeground = function () {
3 return AppState.currentState === 'active';
4};
5export { isAppInForeground };
6//# sourceMappingURL=AppUtils.native.js.map
\No newline at end of file