Niko Sward
Niko Sward
On iOS the item returned from openPicker: ``` { "exif": null, "filename": **"IMG_0005.JPG**", "path": "/Users/username/Library/Developer/CoreSimulator/Devices/deviceId/data/Containers/Data/Application/appId/tmp/react-native-image-crop-picker/28256522-52E0-4E9B-A44A-B2D297FF3A18.jpg", "height": 600, "width": 600, "data": null, "modificationDate": null, "localIdentifier": "identifier/L0/001", "size": 155316, "sourceURL": "file:///Users/username/Library/Developer/CoreSimulator/Devices/deviceId/data/Media/DCIM/100APPLE/**IMG_0005.JPG**", "mime":...
If this is so that you can open a single place in google maps, rather than directions to that place, [see my patch](https://github.com/flexible-agency/react-native-map-link/issues/200#issue-1010135195)
[pr submitted](https://github.com/flexible-agency/react-native-map-link/pull/201/files)
[see my patch](https://github.com/flexible-agency/react-native-map-link/issues/200#issue-1010135195)
inputContainerStyle only accepts ViewStyle properties like margin. You can try labelTextStyle for things like fontFamily and fontStyle.
Same problem, can't affect paddingBottom in containerStyle
That's what I've come to realize...thanks for clarifying. I would like to have the ActionSheet rise up from a different height (so that a bottom tabs navigator is still visible),...
As close as I can get it right now: ```
Thanks, that makes sense. I think rerendering the bottom tabs inside the modal is the only solution for using this library. There's no way to render this inside a View...
> use cancelLocalNotifications({id: 1}) Id must be a string so it should be cancelLocalNotifications({id: "1"}) Even though this is deprecated, this was my solution. Ensure that the id is a...