Maarten van Dillen
Maarten van Dillen
The installation URL for phonegap and cordova both point to benjie instead of avivais, resulting in installing the wrong version.
Hello! I would like to be able to update the value of the switch other than the initial value ("active" prop). My initial value comes from my state and when...
Added some configuration props. Most important change for me was the ability to change the value of existing active prop to update the state of the component from code. Fixes...
- [x] I have searched [existing issues](https://github.com/ptomasroos/react-native-multi-slider/issues) - [x] I am using the [latest multi slider version](https://www.npmjs.com/package/@ptomasroos/react-native-multi-slider) On Android the vertical marker is not responding to touches. iOS works fine....
### Is this a bug report? Yes ### Have you read the [Installation Instructions](https://github.com/react-community/react-native-maps/blob/master/docs/installation.md)? Yes. Map is working fine (Android). ### Environment react-native: 0.61.5 react: 16.9.0 react-native-maps-osmdroid: 0.26.1-unreleased ### Steps...
### Is this a bug report? probably not ### Have you read the [Installation Instructions](https://github.com/react-community/react-native-maps/blob/master/docs/installation.md)? Yes. I was wondering if the installation instructions from react-native-maps is still to be followed...
Hi I would like to set the initial scroll position of the `KeyboardAvoidingScrollView`. I know there is no cross platform prop for this in scrollview but I thought maybe it...
Hi thanks for a this component. It is working great on iOS. On Android it seems to do nothing. Should I just rely on the windowSoftInputMode setting in the AndroidManifest.xml?
Hi, I am getting above warning when using this package. React native version 0.66.5 Code used: ``` useEffect(() => { const midnightListener = Midnight.addListener(() => { // ... }) return...