Results 13 comments of xiao xin

@enzopoeta I encourtered the same issue. After checking source code, I find that expo use `localUri` which use `file://` protocal to fetch file, when I changed source code to use...

Thanks for reply, with the help of view source code, I understood the internal. I think the document description is not clear, which can make people mistakenly think that the...

## **Why this happen:** The reason is in `node_modules/react-native/scripts/react-native-xcode.sh`: ```shell if [[ "$PLATFORM_NAME" == *simulator ]]; then if [[ "$FORCE_BUNDLING" ]]; then echo "FORCE_BUNDLING enabled; continuing to bundle." else #...

This is just a syntax error, you need wrap your uri with quotes: ``` source={{uri: "https://xxx"}} ```

you need to set `height` to `Card.Image`, try `height="100%"` or a fixed value such as `200`

I tried you code and the image not showed as you said. After searching source code ,I find `width` and `height` to `Card.Image` were used to set container size, not...

> What would the recommended practice be if I wanted to use Typescript enums with a realm object? And how would I get Typescript compatibility if I do the schema...

Hi rskapadiadev, because I mainly use apple device, not too familier with Android related cloud tools, I will have a search for that and thanks for your feedback

> whether the file has been deleted? Currently this lib not support listening icloud directory content changes, you should manually call `exist()` to check if file was deleted. > whether...

Re-call download should be fine. Can you log the rejection to see what the error message was?