Home Reference Source

src/modules/product/product.style.js

  1. // library
  2. import { StyleSheet } from 'react-native';
  3.  
  4. export const styles = StyleSheet.create({
  5. container: {
  6. flex: 1,
  7. paddingTop: 20,
  8. backgroundColor: '#fff',
  9. alignItems: 'center',
  10. justifyContent: 'center',
  11. },
  12. });
  13.