I have a developed a small hybrid application using react-native
technology.
I have made use of react-native-navigation for navigation
purposes.
For IOS everything works fine but for android i am facing one issue.
I have a home screen and from which i am displaying a modal screen with the help of function this.props.navigator.showModal
.
For android the new modal screen is displayed but it also displays the previous screen(home screen) contents underneath of it.
I don't understand why its happening and could not figure out the issue.