Questions tagged [react-native-image]
160 questions
0
votes
2 answers
Can we add images with label in react native's actionSheetIOS
I want to show images with title in ActionSheet buttons like this:
Code I am using is
var BUTTONS = [
'Investigated and Resolved',
'Under Investigation',
'Action Required',
'Urgent Action Required',
// 'Delete',
'Cancel',
];
var…

Adnan Ali
- 2,890
- 5
- 29
- 50
0
votes
1 answer
JustifyContent not working in List in NativeBase
I'm trying to align the Thumbnail to the topLeft by using justifyContent: 'flex-start'. But it's not working. Below is my code.
- 3,376
- 16
- 42
- 84

Somename
0
votes
1 answer
Image URL not supported in react-native-svg
I'm working with the library react-native-svg: https://github.com/react-native-community/react-native-svg to clip an image with a custom shape.
This is my code:
0
votes
1 answer
react-native-image-picker on Android 4.x
have anyone make the library react-native-image-picker work on Android below version 5?. In my case when i call to showImagePicker it always goes to didCancel.
const options = {
quality: 0.7,
maxWidth: 500,
…

Gabriel Candia
- 282
- 4
- 14
0
votes
1 answer
React Native Image Load Error
I'm trying to load these specific images using the following uri: https://image.tmdb.org/t/p/w500/zkXnKIwX5pYorKJp2fjFSfNyKT0.jpg
https://image.tmdb.org/t/p/w500/bbxtz5V0vvnTDA2qWbiiRC77Ok9.jpg
The onError event throws the following error:
Error…

Salman Hasrat Khan
- 1,971
- 1
- 20
- 27
0
votes
1 answer
How do i change react-native theme to transaperent on ios
how can i change the theme or default background color for ios.. it's conflicting with my background image. I'd like to set it to transparent.. Thanks

Badmus Taofeeq
- 761
- 9
- 18
0
votes
1 answer
Unexpected token at line with tag in React Native

Siddarth G
- 779
- 11
- 34
-1
votes
1 answer
Show image in news feed like facebook
I want to show image in my feed list like facebook if I use resize mode 'contains' it show white space before and after the image please tell me any possible way to resize my image to view in proper aspect ration with white spaces around.

rana_sadam
- 1,216
- 10
- 18
-1
votes
1 answer
How to show progressive changing of image from one to another with loading indicator above the image in react-native
I need to show an image (eg:blur image) with loading indicator shows
the image is loading in UI. For eg) In facebook app feed posts are shows as loading before it fetch from server. I need the same.
Any suggestion or any package in react-native?

sejn
- 2,040
- 6
- 28
- 82