I use the SliderIntro component inside a modal window. When the modal opens, immediately in my development environment an error/warning comes up with message: " Warning: SliderIntro: Support for defaultProps will be removed from function components in a future major release. Use JavaScript default parameters instead."
When I close the modal window, then I cannot longer use the back button in my Android phone to navigate back. I can use the back button of the react navigation at the top though.
Very strange. This is not a problem in development environment but also in release version.
I may have made (or found) a very strange bug.
I use the SliderIntro component inside a modal window. When the modal opens, immediately in my development environment an error/warning comes up with message: " Warning: SliderIntro: Support for defaultProps will be removed from function components in a future major release. Use JavaScript default parameters instead."
When I close the modal window, then I cannot longer use the back button in my Android phone to navigate back. I can use the back button of the react navigation at the top though.
Very strange. This is not a problem in development environment but also in release version.