Skip to content

Commit

Permalink
Merge pull request #57 from TPXP/patch-1
Browse files Browse the repository at this point in the history
DOC: Standardize import names in the example code
  • Loading branch information
prscX authored Jun 28, 2021
2 parents 79fe618 + 13eb5d0 commit eafadb8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ dependencies {
## 💻 Usage

```javascript
import RNPopoverMenu from 'react-native-popover-menu';
import RNPopover from 'react-native-popover-menu';

import Icon from 'react-native-vector-icons'

Expand Down Expand Up @@ -219,7 +219,7 @@ let menus = [
}
]

RNPopoverMenu.Show(this.ref, {
RNPopover.Show(this.ref, {
title: "",
menus: menus,
onDone: selection => { }
Expand Down

0 comments on commit eafadb8

Please sign in to comment.