UNPKG

coinforbarter-react-native

Version:

CoinForBarter ReactNative Library - Integrate cryptocurrency payments for goods and services in your Mobile App

16 lines (15 loc) 285 B
const PreloaderView = { backgroundColor: 'rgba(64, 0, 67, 0.7) ', position: 'absolute', top: 0, bottom: 0, right: 0, left: 0, }; const PreloaderImage = { width: 40, }; export const PreloaderStyle = { PreloaderImage, PreloaderView, };