RichardRNStudio / react-native-slider-intro

A simple and full customizable React Native package which implements a unique slider.
MIT License
130 stars 3 forks source link

React native navigation and back button #44

Open Spiros94 opened 1 week ago

Spiros94 commented 1 week ago

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.