0.0.5 • Published 6 months ago

@lextdev/lext v0.0.5

Weekly downloads
-
License
MIT
Repository
github
Last release
6 months ago

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"],
}
0.0.5

6 months ago