Christoph
Christoph
I cannot smoothly slide the slider, but only click on the track to move the thumb. Is that expected behavious? dispatch(setRadius(value))} step={10} value={radius} />
I want to retrieve the coordinates of the draggable once it has been moved and write it to the store, so that once the app is closed, I can retrieve...
Is there a way to set the color of the text in the draggable component?
From the code side I dispatch my action like this ``` dispatch({ type: DO_SOMETHING, payload: { foo: 'cat', bar: 'dog' } }); ``` When I try to dispatch this action...
I am trying to use `FMDatabaseQueue`. When I implement it like described in the documentation ``` FMDatabaseQueue *queue = [FMDatabaseQueue databaseQueueWithPath:aPath]; Then use it like so: [queue inDatabase:^(FMDatabase *db) {...
Is there a way to pause/stop `withObservable()`? Why? When working with `react-navigation`, the screen does not get unmounted, which means the `withObservable()` keeps on running, even if the screen is...
I am using Immer in `redux-toolkit` and I am trying to update the state with one action in two places. This is how the state object I want to update...
### Mapbox Implementation Mapbox ### Mapbox Version 10.7.0 ### Platform iOS ### `@rnmapbox/maps` version rnmapbox/maps#main ### Standalone component to reproduce ```javascript import React from 'react'; import PropTypes from 'prop-types'; import...
### What were you trying to do? I am trying to add a `\n` to my text to create a line break. The text then should be drawn onto the...
### Current Behavior `tsdx` is unable to build the library because of `.css` files ### Expected behavior I want the build to run with `.css` files ### Suggested solution(s) Well,...