Answers for "react native photo gallery"

3

photo in React native

// useing require is more secure
<Image 
	source = {require('C:/Users/Tutorialspoint/Desktop/NativeReactSample/logo.png')} 
/>
Posted by: Guest on September-16-2020
0

get image from gallery react native

npm install react-native-image-picker --save
Posted by: Guest on June-04-2021

Code answers related to "Javascript"

Browse Popular Code Answers by Language