Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

undefined is not an object (evaluating 'RNMediaMeta.get') #16

Open
jose920405 opened this issue Jan 19, 2018 · 7 comments
Open

undefined is not an object (evaluating 'RNMediaMeta.get') #16

jose920405 opened this issue Jan 19, 2018 · 7 comments

Comments

@jose920405
Copy link

"react-native": "^0.51.0",
"react-native-media-meta": "^0.0.10",

My implementation

MediaMeta.get('content://media/external/images/media/986')
      .then(metadata => console.log('HERE METADATA ', metadata))
      .catch(err => console.error(err));
@zhoujinzong
Copy link

I have the same problem,Have you solved it?

@surenderkhowal
Copy link

surenderkhowal commented Apr 29, 2019

Any One there to solve this error for never version of React-Native

@b42thomas
Copy link

I'm also getting an error like this, i get

 Possible Unhandled Promise Rejection (id: 0)
TypeError: null is not an object (evaluating 'RNMediaMeta.get')

@b42thomas
Copy link

I got it to work after removing the dev app from my phone and rebuilding it.

I think anytime you add a react-native module you need to rebuild your native source code

@isohanvanani
Copy link

Resolved

@codeMagic122
Copy link

Hi, I'm having the same exact problem as above. Couldn't solve with any of the listed steps.

Currently using "react-native": "0.64.3" and "react-native-media-meta": "^0.0.11"

Would appreciate any help!

@sir-george2500
Copy link

I have the same problem I have create the podspec file but I am still having trouble as anyone resolved this isssue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants