Logo

GitLab

Sign in

xntalk / xntalk-rnapp

  • Back to Group
  • Project
  • Activity
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • xntalk-rnapp
  • collect
  • src
  • css
  • css.js
  • collect
    5718c905
    彭祥雨 authored
    2018-02-07 16:34:17 +0800  
    Browse File »
css.js 265 Bytes
Edit Raw Blame History
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
import { StyleSheet} from 'react-native';

const mainCss = StyleSheet.create({
  body:{
    flex: 1,

  },
  main :{
    flex: 1,
  },
  tabIcon:{
    flex: 1,
    width: 20,
    height: 20,
    marginBottom:0,
    paddingBottom:0,
  },
});

export default mainCss;