react-native 레이아웃

412 단어
  • react-native 레이아웃 편의 단위 환산(px전 dp)
  • react-native 레이아웃 편의 flexbox
  • react-native 레이아웃 편의position
  • react-native에서android의 화면 폭과 높이를 가져옵니다 (단위는 dp)
      //    npm  ,react-native      (node_module       ,   react-native         (alias))。
       import Dimensions from 'Dimensions'; 
       - Dimensions.get('window').width
       - Dimensions.get('window').height
    

    좋은 웹페이지 즐겨찾기