Redshop의 헤더 > 자료실 | 그누보드5

Redshop의 헤더

  • profile_image
    아름다운소환
    • 0건
    • 255회
    • 16-11-29 02:23

탑에는 

 

react-native-vector-icons 를 사용해서 Menu, login, shopping cart와 sir theme 로고를 만들어 봤습니다.

 

https://github.com/oblador/react-native-vector-icons 

에서 세가지와

http://fontawesome.io/icon/bars/ 

http://fontawesome.io/icon/user/ 

http://fontawesome.io/icon/shopping-cart/ 

레드샵의 로고(png)을 이용했습니다.

 

먼저 아래 코드와 같이 import를 해 주시고..

제일 위 header​에 대한 크기를 정해 줍니다.  (여기서는 높이를 50으로..)

marginTop 20은 스마트폰의 상단 status bar에 겹치지 않게 하기 위해서..

 

다음에 navigator를 이용해서 각 아이콘에 대해서 연결해 주면 될것 같습니다.

 


 

 

[code]

import Icon from 'react-native-vector-icons/FontAwesome';

 

<View style={{ alignItems: 'center', margin: 2, marginTop: 20, backgroundColor: 'red', height: 50, flexDirection: 'row'}}>

          <View style={{flex: 1, justifyContent: 'flex-start', flexDirection: 'row'}}>

            <Icon name = 'navicon' color='black' size={32} style={{color: 'white', padding: 2}} />

          </View>

          <ResponsiveImage source={require('./images/mobile_logo.png')} initWidth="200" initHeight="30"/>

          <View style={{flex: 1, justifyContent: 'flex-end', flexDirection: 'row'}}>

            <Icon name='user' color='black' size={32} style={{color: 'white', padding: 2}} />

            <Icon name='shopping-cart' color='black' size={32} style={{color: 'white', padding:2}} />

          </View>

</View>

[/code]

 

test.txt

  • 0
  • 2021-09-06 23:01:12
  • 12byte

댓글0

등록된 댓글이 없습니다.

댓글
자동등록방지 숫자를 순서대로 입력하세요.
이름
비번
Address

경기도 성남시
분당구 정자동 123-456
2층, 3층, 4층

Phone

대표전화 : 02-1234-5678
팩스 : 02-1234-5555

Email

영업부 : abc1234@naver.com
기획실 : xyz5678@naver.com

Social