2017-12-24 13 views

답변

1

Home: {screen : Home, 
 
    navigationOptions: { 
 
     headerLeft: null, 
 
     title: 'Home', 
 
     headerTitleStyle: {fontFamily: 'myFont', fontSize: 20,}, 
 
     headerStyle: { marginTop: 24, }, 
 
    }, 
 
    },
나는 폰트는 가치를 fontWeight를 설정해야하므로

fontWeight: 'bold', 

소요 텍스트에 적용되지 복용량, 문제를 발견 미만 500

fontWeight: '200', 

headerTitleStyle: {fontWeight: '200', fontFamily: 'myFont', fontSize: 16,},