1.0.6 • Published 4 years ago

react-native-auto-scales v1.0.6

Weekly downloads
1
License
ISC
Repository
github
Last release
4 years ago

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);
1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.2

4 years ago

1.0.3

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago