Socket
Book a DemoInstallSign in
Socket

react-native-made-with-love

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-native-made-with-love

React Native component to display a 'Made with love in ...' text

latest
Source
npmnpm
Version
1.1.0
Version published
Maintainers
1
Created
Source

react-native-made-with-love

Installation

Install via npm.

npm install react-native-made-with-love --save

Usage

import MadeWithLove from 'react-native-made-with-love';

// render code:

function MyPage() {

    return (

        <MadeWithLove/>
    );
}

Which will produce:

Default Values

Changing the place property allows the location to be set to your favorite city

Properties

color

Color to be used for the text. Default is black

heartColor

Color to be used for the heart. Default is darkred

place

Place to be displayed after the heart. Default is "Toronto"

style

Styling to be applied to the container that surrounds the text.

textStyle

Styling applied to the text

heartStyle

Styling applied to the heart

FAQs

Package last updated on 29 Feb 2020

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