Sebastian Trebunak
Sebastian Trebunak
Did you get any results guys?
That API looks really nice! It would be great. I didn't use Pool because somehow I was not able to make it work that way. In fact, I'm currently even...
Solved by providing `caption` param. But what if there is no caption to display? I don't want to display image name as caption. there should be something like `alt` and...
@gabrielecirulli @nidegen Please, see #349 Pull Request. I've tried to add all the blurs from ios 13.
@cafeasia3 did you solve your issue?
If anyone would like to try feather .ttf font with 1px stroke then you can try [feather1s](https://sinodko.github.io/feather1s-web/) package. Originally created for my react-native project purposes. Also all icons are converted...
I was able to get SQL object by injecting index.html file in `public` folder: ``` ... React App ... ``` So now I'm able to get SQL object by `window.SQL`....
I've prepared custom wrapper using hooks. ```js import React, { useState, useMemo, memo } from "react"; import PropTypes from "prop-types"; import { View, StyleSheet } from "react-native"; import CachedImage from...
Promise should also return which pictures from array couldn't be fetched, not only how many couldn't be fetched.
Please, consider to also add id to every image, so we can check from react-native side which images failed to load.