resize image react native
image : {
width : null,
resizeMode : 'contain',
height : 220
}
resize image react native
image : {
width : null,
resizeMode : 'contain',
height : 220
}
onPress image react native
//use Touchable Opacity
<TouchableOpacity onPress={()=> alert('image clicked)}>
<Image source={require('./sampleimage.png')} style = {styles.ImageClass} />
</TouchableOpacity>
react native share image
import {
Share
} from 'react-native';
let shareImage = {
title: caption,//string
message: message,//string
url:imageUrl,// eg.'http://img.gemejo.com/product/8c/099/cf53b3a6008136ef0882197d5f5.jpg',
};
Share.open(shareImage).catch(err => console.log(err));
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us