Emerson Vieira
Emerson Vieira
try this, @suresheprm ```js import React, { useState, useEffect } from 'react'; import { ExpandableCalendar, CalendarProvider } from 'react-native-calendars'; const App = () => { const [today, setToday] = useState('');...
  **Device**: Samsung S23 FE - Android 14 The issue you're facing seems to be specific to...
hey, @Adam-Schlichtmann! try this version in android 8.1 or less ```javascript import { StatusBar } from "expo-status-bar"; import { ActivityIndicator, StyleSheet, Text, View } from "react-native"; import { useFonts }...
> [@mensonones](https://github.com/mensonones) Thanks for the response. > > I should have mentioned this in my original post. As a temp workaround I did exactly what you describe in your post....
Hey! See fork: https://github.com/mensonones/react-native-background-geolocation
This problem would not be solved with? ```javascript fun startRemovalTransition() { if (!isBeingRemoved) { isBeingRemoved = true post { startTransitionRecursive(this) } } } ```
Hey! I tried to reproduce your issue, but I couldn't replicate it. Attached is a video. System: OS: Linux 6.8 Ubuntu 22.04.5 LTS 22.04.5 LTS (Jammy Jellyfish) CPU: (16) x64...
Hey, @ElSeniorMikael! See this example res/values/styles.xml ```xml @drawable/rn_edit_text_material @android:color/background_light ``` Set item navigationBarColor your preference  More info: https://developer.android.com/design/ui/mobile/guides/foundations/system-bars
The language depend only server negotiation language via header. Example google (work) ```javascript import React from 'react'; import { View, StyleSheet } from 'react-native'; import { WebView } from 'react-native-webview';...
try this ```javascript ```