Skip to content

Instantly share code, notes, and snippets.

@tauqeerkhan12
tauqeerkhan12 / WaitForUI.js
Created October 23, 2017 09:11 — forked from iremlopsum/WaitForUI.js
InteractionManager example
import React, { PureComponent } from 'react';
import { View, InteractionManager, StyleSheet, ActivityIndicator } from 'react-native';
import { colors } from 'globalStyles';
const styles = StyleSheet.create({
loaderContainer: {
flex: 1,
alignItems: 'center',
justifyContent: 'center',
},