UNPKG

@skele/classic

Version:

Skele is an architectural framework that assists with building data-driven apps with React or React Native.

8 lines (4 loc) 154 B
'use strict' import React from 'react' import { ActivityIndicator } from 'react-native' export default () => <ActivityIndicator style={{ flex: 1 }} />