Skip to content
  • Projects
  • Groups
  • Snippets
  • Help

ds147000 / react-native-project-storage

  • This project
    • Loading...
  • Sign in
Go to a project
  • Project
  • Repository
  • Issues 0
  • Merge Requests 0
  • Pipelines
  • Wiki
  • Snippets
  • Settings
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Branches
  • Tags
  • Contributors
  • Graph
  • Compare
  • Charts
Switch branch/tag
  • react-native-project-storage
  • src
  • views
  • about
  • privacy
  • style.js
  • GGbong's avatar
    2.0.0版本 · 87735636
    GGbong committed Sep 21, 2020
    87735636 Browse Directory
style.js 251 Bytes
BlameHistoryPermalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
import { StyleSheet } from 'react-native'

const styles = StyleSheet.create({
  wrapper: {
    position: 'absolute',
    left: 0,
    bottom: 0,
    right: 0,
    top: 0,
    justifyContent: 'center',
    alignItems: 'center'
  }
})

export { styles }