Commit 40d8601b authored by santhosh's avatar santhosh
Browse files

prview

parent 10380737
Showing with 4 additions and 4 deletions
+4 -4
......@@ -337,7 +337,7 @@ export default class AdminChatUser extends Component {
}
openGallery1 (){
const images = this.state.images1;
const images = this.state.images;
// // alert(JSON.stringify(images))
// this.setState({
// images1: images,
......@@ -396,14 +396,14 @@ export default class AdminChatUser extends Component {
openGallery = async () => {
// alert("clicked")
const images1 = await launchImageLibrary(options);
const images = await launchImageLibrary(options);
// alert(JSON.stringify(images))
this.setState({
images1: images,
images: images,
uri: images.assets[0].uri,
SendImg : true
})
// alert("images" + JSON.stringify(this.state.images1))
// alert("images" + JSON.stringify(this.state.images))
}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment