GithubHelp home page GithubHelp logo

es-lynn / react-native-fontweight Goto Github PK

View Code? Open in Web Editor NEW

This project forked from siliconjungles/react-native-fontweight

0.0 0.0 0.0 1.43 MB

Enables Font Weight attribute for ReactNative Android

License: MIT License

TypeScript 100.00%

react-native-fontweight's Introduction

Installing Fonts

Download Roboto font: https://fonts.google.com/?selection.family=Roboto

Install it using the following guide: https://medium.com/react-native-training/react-native-custom-fonts-ccc9aacf9e5e

Installing package

Yarn: yarn add react-native-font-weight

NPM: npm install react-native-font-weight

Initializing Font Manager

Insert the following code into the starting point of the application (usually App.js)

import FontManager from 'react-native-font-weight';

useEffect(() => {
	FontManager.init();
}, []);

Usage

Use it like you would use fontFamily & fontWeight for iOS (defaults to Roboto on Android)

<Text style={{ fontWeight: '300' }}>
	Some Text
</Text>

Custom fonts:

<Text style={{ fontFamily: 'OpenSans', fontWeight: '300' }}>
	Some Text
</Text>

Notes

  • Tested on react: 16.1.8, react-native: 0.60.5
  • Only works with default Text field from react-native
  • If corresponding fontWeight file does not exist, it will revert to the default (Roboto, fontWeight: 400)
  • fontStyle 'italic' does not work at the moment

react-native-fontweight's People

Contributors

jaslyn-siliconjungles avatar siliconavengers avatar aelesia avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.