Emerson Vieira

Results 35 comments of 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('');...

![WhatsApp Image 2025-01-07 at 00 32 04](https://github.com/user-attachments/assets/cdeb19d1-6e22-4b86-983b-672fb418bb69) ![WhatsApp Image 2025-01-07 at 00 32 03](https://github.com/user-attachments/assets/692585f0-9409-4ecb-87f9-a0cfcd6244f6) **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 ![Screenshot_1713563738](https://github.com/facebook/react-native/assets/5387202/2db36737-c235-4b4a-8b30-71a34b389341) 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';...