Sathish Saminathan

Results 12 comments of Sathish Saminathan

> is this code applicable to face-api.min.js and if so how can I implement it? > Thank you! have u found the solution bro?

``` { if (Platform.OS === "android") { StatusBar.setBackgroundColor("rgba(0, 0, 0, 0.65)", true); StatusBar.setBarStyle("light-content"); } }} onClose={() => { if (Platform.OS === "android") { StatusBar.setBackgroundColor(Colors.white, true); StatusBar.setBarStyle("dark-content"); } }} > {/*...

have you found any solution

have you found any solution bro?

Facing Same Issue. Any fixes? @emresenturky @devethan ### Environment - **React Native**: 0.81.4 - **React**: 19.1.0 - **react-native-reanimated**: 4.0.2 - **react-native-vision-camera**: 4.7.2 - **react-native-maps**: 1.26.1 - **react-native-element-dropdown**: 2.12.4 - **react-native-svg**:...

Try this ``` import { initialWindowMetrics, SafeAreaProvider } from 'react-native-safe-area-context'; export const App = () { const isAndroid15 = Platform.OS == 'android' && Platform.Version >= 35; return ( )}; ```

Tested with latest version of bottom-tabs, still having the issue.

@rodgomesc Try this ``` import { initialWindowMetrics, SafeAreaProvider } from 'react-native-safe-area-context'; export const App = () { const isAndroid15 = Platform.OS == 'android' && Platform.Version >= 35; return ( )};...

@abdymm @theobouwman @hkbn-jokerliu Try this ``` import { initialWindowMetrics, SafeAreaProvider } from 'react-native-safe-area-context'; export const App = () { const isAndroid15 = Platform.OS == 'android' && Platform.Version >= 35; return...