https://github.com/react-native-image-picker/react-native-image-picker#install
참고하여 yarn으로 최신버전 설치하시고
import {launchCamera, launchImageLibrary} from 'react-native-image-picker';
그리고
launchCamera(options, (response) => {
this.setState({
avatar:response.uri
})
이렇게 하시면 됩니다.