react-native-made-with-love

1.1.0 • Public • Published

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

Versions

Current Tags

Version History

Package Sidebar

Install

npm i react-native-made-with-love

Weekly Downloads

2

Version

1.1.0

License

MIT

Unpacked Size

4.03 kB

Total Files

7

Last publish

Collaborators

  • richardhyatt