Known issues
initialRouteName
If you use a bottom tab or a drawer navigator with initialRouteName referring to a different screen than the first one, react-native-performance might report inaccurate measurements. To fix that, make sure that backBehavior is set to history:
diff
diff
The bug is tracked in this issue.
Kotlin Compile Error
If you are building from a bare React-Native project it's possible to encounter the error
If this is the case you'll need to add the Kotlin Gradle plugin to your top level Android build.gradle file.