import React from 'react'; import { StyleSheet, Text, View } from 'react-native'; import Loaders from './lib/index' export default function App() { return ( {''} {''} ); } const styles = StyleSheet.create({ container: { flex: 1, backgroundColor: '#1929FF', alignItems: 'center', justifyContent: 'center', }, caption: { color: 'white' }, captionContainer: { width: '100%', justifyContent: 'center', flexDirection: 'row' }, row: { flexDirection: 'row', justifyContent: 'space-between' }, loaderContainer: { margin: 20, alignItems: 'center', justifyContent: 'center' } });