UNPKG

mopinion-react-native-sdk

Version:

Collect in-app feedback with Mopinion for React Native. Built fully in React Native for optimal integration with your React Native app.

1 lines 702 B
Object.defineProperty(exports,"__esModule",{value:true});exports.styles=void 0;var _reactNative=require("react-native");var _styles=require("../../../styles");var styles=exports.styles=_reactNative.StyleSheet.create({container:{borderRadius:_styles.baseTheme.borderRadius,justifyContent:'space-around',flexDirection:'row',alignItems:'center'},shadeContainer:Object.assign({},_reactNative.StyleSheet.absoluteFillObject,{overflow:'hidden'}),shade:{flex:1},prependIcon:{marginRight:(0,_styles.spacing)(1)},icon:{marginLeft:(0,_styles.spacing)(1)},loadingContainer:{position:'absolute',top:0,left:0,right:0,bottom:0,backgroundColor:'rgba(255, 255, 255, 0.3)',alignItems:'center',justifyContent:'center'}});