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