Releases: esthor/react-native-swipeable-list
Releases · esthor/react-native-swipeable-list
0.1.2 - package size reduction, example app updates
- reduced package size from 3.73 MB down to 21kb 📉 👍
- updated example app to latest react and react native versions & the typescript template
- added automated builds of example app & build badge for it to the readme
0.1.1 - minor fixes and dependency updates
- Small bumps to dependencies (thanks dependabot! 🤖 )
- updates to example app
0.1.0 - export SwipeableRow 🙌
We now export SwipeableRow as a named export. To use it in your project, simply import {SwipeableRow] from 'react-native-swipeable-list'
after yarn/npm installing this package.
Minor bumps on some third-party dependencies from vulnerability checking bot.