We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d6c277 commit a36d274Copy full SHA for a36d274
examples/Example.js
@@ -67,6 +67,7 @@ export default class Example extends Component {
67
<MenuOption value={2} text='Option two' />
68
<MenuOption value={3} text='Option three' />
69
<MenuOption value={4} text='Option four' />
70
+ { null /* conditional not rendered option */ }
71
<MenuOption value={5} text='Option five' />
72
</MenuOptions>
73
</Menu>
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "react-native-popup-menu",
3
- "version": "0.5.5",
+ "version": "0.5.6",
4
"description": "extensible popup/context menu for react native",
5
"main": "src/index.js",
6
"directories": {
0 commit comments