asata / react-native-naver-font

react-native 네이버 나눔스퀘어, 나눔바른고딕 설치

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 동일

About

react-native 네이버 나눔스퀘어, 나눔바른고딕 설치