https://github.com/garrettmac/redditlabsmobile
https://github.com/garrettmac/redditlabsmobile
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/garrettmac/redditlabsmobile
- Owner: garrettmac
- Created: 2017-08-13T01:08:19.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-08-13T01:10:01.000Z (almost 9 years ago)
- Last Synced: 2024-10-06T01:23:19.584Z (almost 2 years ago)
- Language: Objective-C
- Size: 192 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

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