Releases: FaridSafi/react-native-gifted-form
Releases · FaridSafi/react-native-gifted-form
v0.1.1
v0.1.0
v0.0.15
v0.0.14
Fixed
- Updated deprecated references from
SwitchAndroid
andSwitchIOS
to just plainSwitch
- Updated deprecated
keyboardShouldPersistTaps
fromtrue
to"always"
- Updated the very old example app and got it working again
Changed
- Added
yarn.lock
files to the main library and the example app
Disable the submit widget
Adds activityIndicatorColor prop to SubmitWidget and Ability to disable the submit widget using onValidation prop - PR @danielweinmann - See #17