New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

react-native-exploding-heart

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-native-exploding-heart

with this package you can have the twitter animation heart inside your react native app !

latest
Source
npmnpm
Version
1.0.0
Version published
Maintainers
1
Created
Source

react-native-exploding-heart

Get Started

Installation

npm i lottie-react-native react-native-exploding-heart

or by using yarn

yarn add lottie-react-native react-native-exploding-heart

Usage

import React, {useState} from 'react';
import ExplodingHeart from 'react-native-exploding-heart';
import {View} from 'react-native';

const Home = () => {
    const [isFavorite, setFavorite] = useState(false);
    return (
        <View>
            <ExplodingHeart width={60} status={isFavorite} onChange={(ev) => console.log(ev)}/>
        </View>
    );
}

export default Home;

Report

If there is something you's like to see or request a new feature, please submit an issue or a pull request.

Core Contributors

We are currently looking for new core contributors that can help lead this project.

Learn more here

react-native-exploding-heart

Keywords

react-native

FAQs

Package last updated on 14 Aug 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts