react-native-screens
react-native-screens copied to clipboard
style: Kotlin
Description
This PR aims to improve Kotlin style in library's codebase.
Changes
Many syntax related changes, including:
- more frequent usage of Kotlin scope functions
- usage of functional approach
Test code and steps to reproduce
Run any of the example applications and see that no behaviour is changed.
Checklist
- [ ] Ensured that CI passes