UNPKG

fastcomments-react-native-sdk

Version:

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

5 lines (4 loc) 167 B
import { FastCommentsImageAsset } from "../types"; export function getDefaultAvatarSrc(imageAssets) { return imageAssets[FastCommentsImageAsset.AVATAR_DEFAULT]; }