Design system library for Smartway apps
npm install smartway-react-native-ui
In src\assets\fonts
copy downloaded font
and from example
folder execute
npm run link-asset
Rebuild app and you can use new added font with :
<Text style={{fontFamily: 'FontFileNameWithoutExtension'}} />
MIT
Made with create-react-native-library