Skip to content

Commit

Permalink
- hot fix
Browse files Browse the repository at this point in the history
  • Loading branch information
prscms committed Feb 21, 2020
1 parent a5c9a97 commit c90d04f
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"react": "16.9.0",
"react-native": "0.61.1",
"react-native-vector-icons": "6.6.0",
"react-native-popover-menu": "../",
"react-native-image-helper": "0.0.2"
"react-native-image-helper": "0.0.2",
"react-native-popover-menu": "../"
},
"devDependencies": {
"@babel/core": "^7.6.2",
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,10 @@ This library is a React Native bridge around native popover libraries. It allows

`$ npm install react-native-image-helper --save`

- Add `react-native-vector-icons` to your app package.json and configure it as per their installation steps

`$ npm install react-native-vector-icons --save`


- **iOS**

Expand Down
1 change: 1 addition & 0 deletions ios/RNPopoverMenu.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,5 @@ This library is a React Native bridge around native popover libraries. It allows

s.dependency 'React'
s.dependency 'FTPopOverMenu', '~> 2.0.9'
s.dependency 'RNImageHelper'
end
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

{
"name": "react-native-popover-menu",
"version": "2.0.0",
"version": "2.0.1",
"description": "React Native: Native Popover Menu",
"main": "js/RNPopoverMenu.js",
"scripts": {
Expand Down

0 comments on commit c90d04f

Please sign in to comment.