Skip to content

Releases: esthor/react-native-swipeable-list

0.1.2 - package size reduction, example app updates

27 Mar 15:12
Compare
Choose a tag to compare
  • 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

27 Mar 00:50
Compare
Choose a tag to compare
  • Small bumps to dependencies (thanks dependabot! 🤖 )
  • updates to example app

0.1.0 - export SwipeableRow 🙌

23 May 01:35
Compare
Choose a tag to compare

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.