Felix Chan
Felix Chan
I'm having this issue as well. Why would it not show? Any ideas?
I'd like to know this too. How can we do this with SCFilter()
@wsb9
Same, react-native 0.76.4 Tried various verison numbers.
In my case, removing SafeAreaView solves the problem. However, that is not practical, so this hack keeps SafeAreaView while solving the problem. ``` const SafeAreaShell = (props) => { const...