Open Amurmurmur opened 6 years ago
aaah its alright, I just had to set flex: 1 to the triggering view Update: Actually only these triggers are available on Android:
onDisplay={() => alert('onDisplay')}
onBeginHidden={() => alert('onBeginHidden') }
Apparently exactly the same code for the TriggeringView doesnt work properly on an Android.
Here is the code:
The exact same code works just fine on iOS.