UNPKG

fastcomments-react-native-sdk

Version:

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

6 lines (4 loc) 202 B
import {FastCommentsImageAsset, ImageAssetConfig} from "../types"; export function getDefaultAvatarSrc(imageAssets: ImageAssetConfig) { return imageAssets[FastCommentsImageAsset.AVATAR_DEFAULT]; }