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

ReactNativeBenchmarks: undefined is not an object (evaluating 'NativeModules["SQLite"][method]')] #13768

Closed
ugendrang opened this issue May 4, 2017 · 1 comment
Labels
Resolution: Locked This issue was locked by the bot.

Comments

@ugendrang
Copy link

On running ReactNativeBenchmarks, got the exception "undefined is not an object (evaluating 'NativeModules["SQLite"][method]')]"

"dependencies": {
"react": "15.4.1",
"react-native": "0.40.0",
"react-native-sqlite-storage": "^3.3.1",
"react-native-store": "^0.4.1",
"realm": "^1.2.0",
},

Console logs:
Running Realm.insertions
Running RNSqlite.insertions
OPEN database: test.db
'Error running tests:', { [TypeError: undefined is not an object (evaluating 'NativeModules["SQLite"][method]')]
line: 77736,
column: 24,

@igalmizrahi
Copy link

Why aren't you opening this issue in react-native-sqlite-storage's GitHub issues folder? You should go here first https://github.com/andpor/react-native-sqlite-storage/issues to find what you're doing wrong with that package, since SQLite is not part of react-native so the owners will not be here.

@facebook facebook locked as resolved and limited conversation to collaborators May 24, 2018
@react-native-bot react-native-bot added the Resolution: Locked This issue was locked by the bot. label Jul 18, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Resolution: Locked This issue was locked by the bot.
Projects
None yet
Development

No branches or pull requests

3 participants