Kodie Grantham
Kodie Grantham
@cheuk3 @Xifeat Try specifying the image's `style` prop with `width` and `height` properties set: ```jsx ```
Ran into this issue as well. Commenting out the `@Override` line worked.
I ran into this issue recently when trying to upload a file that was shared to my app (via the `react-native-share-menu` module). The file that it was trying to upload...
Seems like this is related to this: https://github.com/dracupid/global-npm/issues/8
Same here, I'd like to run a setup script after the project has been built or rebuilt and then started, but not every time it's started.
@pirog Just hoping I could convince you to consider this feature again, being able to have a `development.env` file that has something like this: ``` PHP_VERSION=7.2 COMPOSER_VERSION=1.8.4 MYSQL_VERSION=5.7 NODE_VERSION=10 RUBY_VERSION=2.3.0p0...
Yes please!
@eakenbor @thanhnvpk01168 Unfortunately, no, I never found a solution. 😞
The image was never uploaded. I was able to get the image to upload using the same api credentials with https://github.com/flickr/flickr-sdk I'll give your code change a try and see...
@jennantilla Can we possibly get an update on this? A pull request has been approved and merged into the SDK that is supposed to fix this issue but no activity...