Skip to content

v0.2.1

Compare
Choose a tag to compare
@codypearce codypearce released this 05 Sep 10:45
· 334 commits to master since this release

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 compiled dist 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 of react-native-icons to further prevent babel setup when getting started

Features

Fixes

Docs