Skip to content

Commit

Permalink
- removing postinstall script from package.json
Browse files Browse the repository at this point in the history
- adding support for arrow
  • Loading branch information
prscms committed Mar 9, 2018
1 parent a4dadd9 commit a4006e8
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
12 changes: 10 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,17 @@ Before we dive into on how to use this library. We would like to thank all the c

## Getting started

- `npm install react-native-tooltips --save`
`$ npm install react-native-tooltips --save`

`$ react-native link react-native-tooltips`


- MAC - iOS

Please run below command:

`cd ./node_modules/react-native-tooltips/ios && pod install`

- `$ react-native link react-native-tooltips`

## Usage

Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
{
"name": "react-native-tooltips",
"version": "0.0.3",
"version": "0.0.4",
"description": "React Native: Native Tooltip View",
"main": "RNTooltips.js",
"scripts": {
"postinstall": "cd ./ios && pod install",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
Expand Down

0 comments on commit a4006e8

Please sign in to comment.