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.

Cannot read property 'open' of undefined for react native 0.53.0

See original GitHub issue

This error appears when the plugin is initialized. Cannot read property 'open' of undefined

environment

react native 0.53.0 device ios Simulator (Android did not try)

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Reactions:2
  • Comments:6 (1 by maintainers)

github_iconTop GitHub Comments

4reactions
ToJencommented, Mar 28, 2018

Never mind, I was wrongly linking with react-native link react-native-sqlite-storage instead of using the linking instructions in the README. faceplam

0reactions
andporcommented, Mar 27, 2018

There is no issue afaik. I run the test code inside both simulator and device on

"react": "16.2.0",
"react-native": "0.52.1"

Both iOS and Android.

Any errors such as “open not found” etc are related to incorrect installation of the module in the project.

Read more comments on GitHub >

github_iconTop Results From Across the Web

React Native TypeError: Cannot read property 'name' of ...
Your problem is that your department state variable will be an empty array until your asynchronous call has succeeded and replaced it with ......
Read more >
How to Read React Errors (fix 'Cannot read property of ...
This error usually means you're trying to use .map on an array, but that array isn't defined yet. That's often because the array...
Read more >
[Solved]-React native upgrade from babel 6 to babel 7-React ...
To build my react native app with the iOS 13 SDK, I upgrade xcode from 10.3 to 11.5, so why my app doesn't...
Read more >
Troubleshooting - React Native
If you added React Native manually to your project, make sure you have included all the relevant dependencies that you are using, like...
Read more >
Cannot read properties of undefined (reading 'transformFile')
If you use react-native , the error is caused because of incompatibility between older versions of Metro with newer versions of Node.js.
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