Laurynas Lazauskas
Laurynas Lazauskas
> > @vext01 You can add `map ` and `map ` to your config. That will make page up and page down do smooth scrolling. > > Didn't work for...
Just figured out I can do ```javascript source={{ uri: picture ? `${API_URI}pictures/${picture}` : undefined }} ``` And it will work. So my case is covered. Leaving this open for you...
Hm, I guess it makes sense once you look into it. The confusion comes from the fact that hosting service is opaque to the consumer. I wouldn't have thought that...
> Is there a reason why TODO+ doesn't support .md as extension? How would that work: would TODO+ extension be enabled on all .md files? I know that it has...
I've experienced this locally on an emulated Android Pixel 3A device as well as remotely in the provided Snack when using a virtual Android device hosted by Expo (had to...
Just ran the same Snack on a physical Android Samsung S8:  It seems like it could be an Android issue? Have you tested this on an iPhone?
I modified the [Snack](https://snack.expo.dev/@lawrence_laz/paper-icon-button-shadow-issue) to include `IconButton` with shadow (top left), simple React Native `View` with same shadow (top right), `IconButton` without a shadow (bottom left) and simple `View` without...
> FYI also seeing this on a physical device (Samsung Galaxy S9) when using elevation on a simple View. Unrelated to this libray imo. Are you seeing it using the...
What's the status of this?
Viewing uploaded images would be awesome too. Maybe to generalize this there could be something like: download a file to a temp folder and open using default program?