Tony Necula
Results
2
comments of
Tony Necula
October 2023 and still not able to split screen! I'd pay to be able to do it
still an issue, managed to find a workaround: ``` import { Platform, NativeModules } from 'react-native'; const { StatusBarManager } = NativeModules; const STATUSBAR_HEIGHT = Platform.OS === 'ios' ? 20...