react-native-chillest-monkey

render the chillest monkey in your react native apps

Usage no npm install needed!

<script type="module">
  import reactNativeChillestMonkey from 'https://cdn.skypack.dev/react-native-chillest-monkey';
</script>

README

README.html

react-native-chillest-monkey

npm version

Embed the chillest monkey into your React Native application at any point at which your users need to recalibrate their scale of chill to absolute maximum.

Chillest Monkey

Installation

Add the chillest monkey package to your react native project:

$ yarn add react-native-chillest-monkey $ yarn install

Usage

You can now render the chillest monkey anywhere inside your react native application:

``` jsx

import ChillestMonkey from 'react-native-chillest-monkey';

export default class App extends Component { render() { return ( ); } } ```