expo-like-button
Version:
Animated Like Button Component for React native apps made using expo.
4 lines • 326 B
TypeScript
/// <reference types="react" />
import { LikeButtonProps } from "../types/types";
export default function LikeButton({ liked, onPress, iconSize, customLikedComponent, likedColor, likedIconName, customUnlikedComponent, unlikedColor, unlikedIconName, }: LikeButtonProps): JSX.Element;
//# sourceMappingURL=LikeButton.d.ts.map