Skip to content

Commit

Permalink
Merge tag 'v0.4.7'
Browse files Browse the repository at this point in the history
version 0.4.7
  • Loading branch information
dabit3 committed Sep 16, 2016
2 parents c901b08 + 2f5e673 commit fe2106a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-elements",
"version": "0.4.4",
"version": "0.4.7",
"description": "React Native Elements & UI Toolkit",
"main": "src/index.js",
"repository": {
Expand Down
4 changes: 3 additions & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ import Divider from './Divider'
import SideMenu from './sidemenu/SideMenu'
import CheckBox from './checkbox/CheckBox'
import SearchBar from './input/Search'
import Icon from './icons/Icon'

const Elements = {
Button,
Expand All @@ -27,7 +28,8 @@ const Elements = {
Divider,
SideMenu,
CheckBox,
SearchBar
SearchBar,
Icon
}

module.exports = Elements

0 comments on commit fe2106a

Please sign in to comment.