Deck Swiper: Tinder-like swipe cards to select/reject data set with features to swipe left and right.
Generate Image from Icon: Genrates an Image resource for NativeBase Icons.
filter() for null value: Usually if a null value is passed as a child to Component, it throws few errors.
This .filter() removes all falsey values from this.props.children, preventing the errors, and returning the correct result.
LisItem height removed and scrollView added to container.
LisItem supports both iconLeft and iconRight used together.
Radio Button: Responds on user's click.
Picker: Updates Picker.Item value dynamically.
Keyboard-aware-scroll-view:
resetScrollToCoords: This is user definable prop. Coordinates that will be used to reset the scroll when the keyboard hides.
Also restores scroll position after keyboard hides if resetScrollToCoords is not set.
disableKBDismissScroll: Disables automatic scroll on focus.
Content: Eliminates margin on the top of Content which includes any fields inside of it.