UNPKG

fastcomments-react-native-sdk

Version:

React Native FastComments Components. Add live commenting to any React Native application.

6 lines (5 loc) 276 B
import { jsx as _jsx } from "react/jsx-runtime"; import { Image } from "react-native"; export function EditorNodeEmoticon({ nodeState }) { return _jsx(Image, { source: { uri: nodeState.content.get() }, style: { width: 22, height: 22, marginLeft: 1, marginRight: 1 } }); }