Skip to content

Instantly share code, notes, and snippets.

View lingxiao's full-sized avatar

Xiao Ling lingxiao

View GitHub Profile
@joelash
joelash / app.js
Last active December 14, 2021 11:46
React Native Detect Backgrounding/Foregrounding
import React from 'react';
import {
AppState,
} from 'react-native';
import Expo from 'expo';
class App extends React.Component {
constructor(props) {