import React from 'react'; import {StyleSheet} from 'react-native'; const loading_css = StyleSheet.create({ //通用Loading样式 spinnerTextStyle: { color: '#FFF', justifyContent: 'center', zIndex: 9999, }, }); export default loading_css;