react-native-auto-scales

1.0.6 • Public • Published

react-native-auto-scales

리엑트 네이티브 앱 만들때 Auto Scale 적용을 위한 라이브러리

History

  • guidelineBaseWidth 350 -> 360 변경

  • guidelineBaseWidth를 입력값으로 변경

  • 선언

import StyleSheet from 'react-native-auto-scales';
  • 사용
const styles = StyleSheet.create({ 
    container : { 
      flex:1, 
      backgroundColor:'#000000', 
      paddingLeft:30, 
      paddingRight:30, 
    } 
}, 380);

Readme

Keywords

Package Sidebar

Install

npm i react-native-auto-scales

Weekly Downloads

1

Version

1.0.6

License

ISC

Unpacked Size

3.77 kB

Total Files

4

Last publish

Collaborators

  • lyhdra99