Skip to content

HuXin957/react-native-line-style

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

react-native-line-style

npm i react-native-line-style --save

  import {setSize} from 'react-native-line-style'
  
  setSize(750)
  
  AppRegistry.registerComponent(appName, () => App);
  import y from 'react-native-line-style'
  <View style={[y.h(100), y.ba(1), y.bdColor('#000')]}>
    <Text style={[y.fSize(14), y.color('#333')]}>hello,world</Text>
  </View>

About

react-native-line-style

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published