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
- Host: GitHub
- URL: https://github.com/hiroppy/sample-box
- Owner: hiroppy
- License: mit
- Created: 2017-07-19T11:10:54.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2020-08-17T02:57:39.000Z (almost 6 years ago)
- Last Synced: 2025-01-25T21:56:04.713Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 68.4 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`.