Skip to content

React Native

Fluent UI Emoji as typed React Native components built on react-native-svg — 3,145 emojis in flat, high-contrast, and modern sets.

Terminal window
pnpm add @fluentui-emoji/react-native
import {Rocket} from "@fluentui-emoji/react-native/flat";
<Rocket width={32} height={32} />
<Rocket title="Rocket launch" /> // accessible label

Requires the react-native-svg peer. Default size 24, override via props.