v0.3.7
Added
- Added
RNSnackbar.podspec
for cocoapods (#31) - Added a link to Manual Installation to the README (#30)
- Added a Customization section to the README
Fixed
- Made
action.onPress
optional even ifaction
is specified (as would be expected) - Fixed installing the example app using
yarn install
. Yarn for some reason copies innode_modules
when installing locally, which caused all sorts of issues running unit tests and the example app.