This diff does two things:
- Makes RegistrationContainer scrollable, so if there isn't enough space in the viewport, the content can still be fully viewable
- Add KeyboardAvoidingView to the RegistrationContainer, following the approach in Profile. This way when a TextInput is focused and the keyboard comes up, the ScrollView automatically adjusts so that the TextInput is still visible on screen
Depends on D7592