Skip to content

Commit

Permalink
provide access to helpers and config modules, issue react-native-elem…
Browse files Browse the repository at this point in the history
  • Loading branch information
dabit3 committed Dec 22, 2016
1 parent 05dd431 commit 415272b
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ import SearchBar from './input/Search'
import Icon from './icons/Icon'
import Tabs from './tabs/Tabs'
import Tab from './tabs/Tab'
import colors from './config/colors'
import getIconType from './helpers/getIconType'
import normalize from './helpers/normalizeText'

const Elements = {
Button,
Expand All @@ -33,7 +36,10 @@ const Elements = {
SearchBar,
Icon,
Tabs,
Tab
Tab,
colors,
getIconType,
normalize,
}

module.exports = Elements

0 comments on commit 415272b

Please sign in to comment.