react-native-naver-font
v1.0.0
Published
Maintainers
Readme
react-native-naver-font
Install
1. Download
npm i -S react-native-naver-font
2. Plugin Installation
Mostly automatic installation
react-native link react-native-naver-font
Usage
const styles = StyleSheet.create({
text: {
fontFamily: 'NanumSquareR',
}
});| Font Name | Font Family | |---------------------|---------------------------| | 나눔스퀘어 Light | NanumSquareL | | 나눔스퀘어 Regular | NanumSquareR | | 나눔스퀘어 Bold | NanumSquareB | | 나눔스퀘어 Extra Bold | NanumSquareEB | | 나눔바른고딕 Regular | NanumBarunGothicOTF | | 나눔바른고딕 Bold | NanumBarunGothicOTFBold |
- Font Family는 iOS, Android 동일
