Skip to content

ZeroGachis/smartway-react-native-ui

This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Folders and files

NameName
Last commit message
Last commit date
Aug 11, 2023
Jan 31, 2023
Sep 7, 2023
Sep 7, 2023
Feb 22, 2023
Feb 23, 2023
Jan 9, 2023
Apr 12, 2023
Jan 9, 2023
Feb 22, 2023
Feb 23, 2023
Feb 22, 2023
Jan 9, 2023
Aug 8, 2023
Mar 16, 2023
Apr 19, 2023
Aug 11, 2023
Sep 7, 2023
Apr 14, 2023
Jan 9, 2023
Feb 22, 2023
Sep 7, 2023
Apr 12, 2023

Repository files navigation

smartway-react-native-ui

Design system library for Smartway apps

Installation

npm install smartway-react-native-ui

Install new font

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'}} />

License

MIT


Made with create-react-native-library