Skip to content
This repository has been archived by the owner on Apr 15, 2023. It is now read-only.

Releases: jordanbyron/react-native-quick-actions

Version 0.1.0

23 Oct 14:13
Compare
Choose a tag to compare

New Features

Support for dynamic quick actions is here thanks to @grabbou ✨ 🎆 👍

See the Adding dynamic quick actions section of the README for more details.

Breaking Changes from 0.0.x

On the Objective-C side of things RNQuickAction.h has been renamed to RNQuickActionManager.h. Be sure to update any references in your AppDelegate.m file.

In the JS world, popInitialGesture has been renamed to popInitialAction

❤️ Jordan

Version 0.0.3

16 Oct 19:50
Compare
Choose a tag to compare

Adds support for initialGesture thanks to @grabbou 🚒

See the Listening for quick actions in your javascript code section of the README for more details.