An open API service indexing awesome lists of open source software.

https://github.com/hiroppy/sample-box

a monorepo using lerna
https://github.com/hiroppy/sample-box

Last synced: 2 months ago
JSON representation

a monorepo using lerna

Awesome Lists containing this project

README

          

## Install
```
$ npm install
```

## lerna
```
$ lerna run flow # check types
$ lerna run build # run babel
```

## Usage
```javascript
import Button from '@sample-box/button';

const Root = () => (


console.log('yay')}
/>

);
```

React-Native does not have `onClick` but this library internally replaces `onClick` with `onPress`.