Skip to content

Commit

Permalink
Merge pull request #1 from jhen0409/patch-1
Browse files Browse the repository at this point in the history
Support RN ^0.25 import & Fix README
  • Loading branch information
VansonLeung authored Jul 10, 2016
2 parents c811549 + 6a99f9e commit 0a01647
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions JellySideMenu.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@

import rebound from 'rebound';

import React, {
import React, { Component } from 'react';
import {
Alert,
Platform,
Animated,
AppRegistry,
Component,
Dimensions,
StyleSheet,
Text,
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,14 @@ React Native 0.25 or higher

## Installation
```shell
npm i react-native-svg --save
npm i react-native-jelly-side-menu --save
rnpm link
```

## Usage
```js
import { JellySideMenu } from 'react-native-jelly-side-menu'
import JellySideMenu from 'react-native-jelly-side-menu'
```

### Toggle
Expand Down

0 comments on commit 0a01647

Please sign in to comment.