question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Undefined is not an object (evaluating 'ImagePickerManager.showImagePicker') on iOS

See original GitHub issue

following the “Manual Installation” step by step, still show this issue.(same operations in other project works fine, i don’t know why )

finally, i drag ImagePickerManager.h & ImagePickerManager.m into my project, and it works fine ! waste too much time

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:30

github_iconTop GitHub Comments

14reactions
mikenath223commented, Dec 12, 2020

This worked for me on android issue:

import * as ImagePicker from 'react-native-image-picker';

ImagePicker.showImagePicker(options, (response) => {
         // code here
};
8reactions
12343954commented, Jan 17, 2018

oh , expo !!! no use yet ! i don’t like it !

Read more comments on GitHub >

github_iconTop Results From Across the Web

react native - TypeError: undefined is not an object (evaluating ...
It works because we all found and copied code containing showImagePicker , but that method doesn't exist in version 3.x.x. So, we should...
Read more >
react-native-date-picker null is not an object - You.com | The search ...
Undefined is not an object (evaluating 'global.navigator. ... React Native image picker image upload not working on iOS ... ImagePickerManager is null.
Read more >
React-native – undefined is not an object(evaluating ...
But it is giving me undefined is not an object error. Also please tell me how can I link it to phone gallery...
Read more >
Typeerror: Undefined Is Not An Object (Evaluating ... - ADocLib
ios : null is not an object (evaluating 'ImagePickerManager. ... Cannot read property 'showImagePicker' of undefined on Android hot 28. open.
Read more >
[ReactNative]undefined is not an object (evaluating ...
[ReactNative]undefined is not an object (evaluating 'ImagePickerManager.showImagePicker'),程序员大本营,技术文章内容聚合第一站。
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found