wix / react-native-navigation

A complete native navigation solution for React Native
https://wix.github.io/react-native-navigation/
MIT License
13.04k stars 2.67k forks source link

null cannot be cast to non-null type com.reactnativenavigation.NavigationActivity #7290

Closed kylegillen closed 3 years ago

kylegillen commented 3 years ago

🐛 Bug Report

Upgrading from 7.21.0 -> 7.22.1 causes above error on Android only. No other change was made other than upgrading RNN package.

Have you read the Contributing Guidelines on issues?

Yes

Actual Behavior

IMG_1018

Your Environment

EDIT: Happens on launch, right after splash screen. Doesn't seem to be related to modals.

Reproducible demo repo: https://github.com/nextriot/rnn-example-repo

svbutko commented 3 years ago

Can you share reproducible demo? At what point does it happen? When switching screens, or on start?

Does it happen with a modal?

It's hard to operate using only this screenshot

kylegillen commented 3 years ago

Apologies for the sparse info. Here's a link to a reproducible demo repo: https://github.com/nextriot/rnn-example-repo

It happens on startup, right after the splash screen. I do use showModal on the initial tab that gets shown, but it doesn't seem to be related.

svbutko commented 3 years ago

Apologies for the sparse info. Here's a link to a reproducible demo repo: https://github.com/nextriot/rnn-example-repo

It happens on startup, right after the splash screen. I do use showModal on the initial tab that gets shown, but it doesn't seem to be related.

Thank you, we'll try to fix that