1.0.0-beta4 • Published 6 years ago

react-native-made-with-love v1.0.0-beta4

Weekly downloads
4
License
ISC
Repository
github
Last release
6 years ago

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 place='Toronto'/>
    );
}