3.10.0
- Feature: Added the ability to pass data (aka payload) to
alertWithType
function. See example in: #177 and Thanks @rdewolff - Enhancement: Add
isInteraction
boolean prop for use with animation config. Thanks @slorber - Enhancement:
useNativeDriver
prop now defaults totrue
as before v3.10.0 it only defaulted to true on iOS platform. Thanks @slorber - Fix: [Android] StatusBar backgroundColor change #169. Thanks @aqos156