https://github.com/garrettmac/pol
https://github.com/garrettmac/pol
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/garrettmac/pol
- Owner: garrettmac
- Created: 2017-09-26T18:25:44.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-09-26T18:25:48.000Z (almost 9 years ago)
- Last Synced: 2025-09-15T11:17:24.529Z (10 months ago)
- Language: HTML
- Size: 26.4 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

Meet pol
# pol
## Getting Started
## Installation
- Install `react-native` first
```bash
npm i react-native -g
yarn add pol
mkdir Example
cd Example
yarn install #(or with npm)
npm start
```
### Example
or clone the repo and play with the example project
```bash
$ git clone https://github.com/garrettmac/pol
$ cd pol/Example
$ yarn install
$ npm start
```
### Basic Usage
- In your `index.js`, use:
```bash
import X from "pol"
........
```