Applications dealing with user input include File picker, Image picker, searchable dropdown, radio button group
Check following example applications with code
Validation can be done to FormField like Textfield using simple regex validator
An external package can be used to enable reading files from an Android or iOS device
Platform: Android & iOS
Check React Native File Picker Application
An external React Native package can be used to facilitate image uploads from an Android or iOS device
Platform: Android & iOS
Check React Native Image Picker Application
A Searchable dropdown provides options which can be selected and an input field to search and narrow down the options
Platform: Android & iOS
Check React Native Searchable Dropdown Application
Radio Buttons are graphical round shape elements which allow to select items
Radio Button group enables to select one item from a group of multiple radio buttons
Platform: Android & iOS
Check React Native Searchable Dropdown Application