https://github.com/garrettmac/hoops
https://github.com/garrettmac/hoops
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/garrettmac/hoops
- Owner: garrettmac
- Created: 2017-09-22T17:07:57.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-09-27T20:00:27.000Z (almost 9 years ago)
- Last Synced: 2024-10-06T01:23:19.758Z (almost 2 years ago)
- Language: JavaScript
- Size: 1.41 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

Meet Hoops
# Hoops
## Getting Started
## Installation
- Install `react-native` first
```bash
npm i react-native -g
yarn add Hoops
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/Hoops
$ cd Hoops/Example
$ yarn install
$ npm start
```
### Basic Usage
- In your `index.js`, use:
```bash
import X from "Hoops"
........
```