fastcomments-react-native-sdk
Version:
React Native FastComments Components. Add live commenting to any React Native application.
6 lines (5 loc) • 363 B
JavaScript
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
import { View } from "react-native";
export function ThreeDot({ styles }) {
return _jsxs(View, { style: styles.threeDotMenu?.dots, children: [_jsx(View, { style: styles.threeDotMenu?.dot }), _jsx(View, { style: styles.threeDotMenu?.dot }), _jsx(View, { style: styles.threeDotMenu?.dot })] });
}