I am working in ReactNative project where I am using StackNavigator.
I am navigating from one functional component to another using navigation.
On the next screen I am able to touch the previous stack screen touchables i.e. button etc.
How to prevent the same?
Note: The issue seems to be in Android only.