Skip to content

Commit 7584995

Browse files
Merge pull request GeekyAnts#204 from pabloharger/patch-1
Update ListIcon.md
2 parents da6b9ed + 41c3949 commit 7584995

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/components/list/ListIcon.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ To have note kind of text for list item, include <code>note</code> prop with <co
1212

1313
{% codetabs name="React Native", type="js" -%}
1414
import React, { Component } from 'react';
15-
import { Container, Header, Content, List, ListItem, Text, Icon, Left, Body, Right, Switch } from 'native-base';
15+
import { Container, Header, Content, Button, ListItem, Text, Icon, Left, Body, Right, Switch } from 'native-base';
1616
export default class ListIconExample extends Component {
1717
render() {
1818
return (

0 commit comments

Comments
 (0)