- Why would you want to change the return key on the virtual keyboard for text inputs?
- Because in some cases, it makes sense to have a search button or something else that better matches the context of the input
- Which TextInput property should be used to mark the input as a password field?
- secureTextEntry
- Why should you create an abstraction for selection elements?
- Because of styling challenges between the two platforms
- Why should you create abstraction for date and time pickers?
- Because the components are completely different for iOS and Android