Tim4497

Results 10 comments of Tim4497

Hey, I hope you can help me on this short question, (I have the german translation of your book) in **Chapter 2** at **analysing the best model**, you list the...

Working on it! Because I use this service by myself :)

Would also love a macos style scrollbar on the far right side

I solved it by wrapping the MarkerView inside the Pressable. But could anyone explain why its shifting?

My solution: ``` import React from 'react'; import { DayPicker, useInput } from 'react-day-picker'; import 'react-day-picker/dist/style.css'; export function App() { const { dayPickerProps, inputProps } = useInput({ defaultSelected: new Date(),...

As far as I understand it you can just run code up to 30 seconds after the app enters background, and then you can only fire events again in a...

> @Tim4497 So does this mean we have to use this package in conjunction with react-native-background-fetch? Or should we solely use react native background fetch for background tasks? I used:...

``` const firebaseConfig = { apiKey: authDomain: projectId: storageBucket: messagingSenderId: appId: }; const app = initializeApp(firebaseConfig); const db = getFirestore(app); ```

Temporarily (illegally) fixed by renaming `build/esp-idf/espressif__esp_insights/CMakeFiles/git-data/HEAD` to `build/esp-idf/espressif__esp_insights/CMakeFiles/git-data/head-ref`