yunus-acar / lext

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React Native UI

How To Install Native

npm i @emotion/native @emotion/react @lextdev/lext

Font Load

To use custom fonts in your project, create a react-native.config.js file in the root directory of your project. Add the fonts to the relevant section, and the font extensions should be in .ttf format.

module.exports = {
  assets: ["./assets/fonts"],
}

About

License:MIT License


Languages

Language:TypeScript 91.6%Language:JavaScript 8.4%