v0.2.1
New
Simpler setup
A few changes were implemented to make the initial setup easier and quicker:
- The package now points by default to the
dist
standard version"main": "dist/index.js",
which means no more babel config required. @babel/runtime
is now a dependency as the compileddist
requires some helpers from it.modal-enhanced-react-native-web
is now a full dependency to make the setup simpler, however, the plan is still to remove this dependency all together.- Icon now pulls the
dist
version ofreact-native-icons
to further prevent babel setup when getting started
Features
- Add text props to ListItem @ds8k
- TextFieldOutline: change border to 2px when active @brunohkbx
- Pass props to Switch & ListItem @KaneLabs
- ListItem: passing element to secondaryText @brunohkbx
- Button components use containerStyle. @RyanMcDonald
Fixes
- Snackbar button text @ds8k
- Leading icon proptypes @ds8k
- Textfield force custom focus blur @ds8k
- Fixed Travis CI tests @codypearce
- Travis CI now runs on PRs @codypearce