React Native Fonts

screenshot of React Native Fonts
react
react-native

Fonts available out of the box in a React Native project

Overview:

This document lists the fonts available in React Native for both Android and iOS platforms. The list includes a variety of font options such as serif, sans-serif, monospace, and specific fonts like San Francisco and Avenir. These fonts can be used in React Native projects by adding them to the style element.

Features:

  • Android Fonts: Includes options like normal, notoserif, sans-serif, sans-serif-light, sans-serif-thin, sans-serif-condensed, sans-serif-medium, and serif.
  • iOS Fonts: Contains fonts like San Francisco, Academy Engraved LET, Al Nile, American Typewriter, Apple Color Emoji, Apple SD Gothic Neo, Arial, Arial Rounded MT Bold, Avenir, Bangla Sangam MN, Baskerville, Bodoni 72, Bradley Hand, Chalkboard SE, Chalkduster, Cochin, Copperplate, Courier, Courier New, Damascus, Devanagari Sangam MN, Didot, Diwan Mishafi, Euphemia UCAS, Farah, Futura, Geeza Pro, Georgia, and Gill Sans.

Summary:

The document provides a useful list of fonts available in React Native for both Android and iOS platforms. By following the installation guide and adding the chosen font to the style element in a React Native project, users can customize the appearance of text in their applications.

react
React

React is a widely used JavaScript library for building user interfaces and single-page applications. It follows a component-based architecture and uses a virtual DOM to efficiently update and render UI components

react-native
React Native

React Native is a framework for building mobile applications using React and JavaScript. It enables developers to write once and deploy to multiple platforms, including iOS, Android, and the web, while providing a native app-like experience to users.