Closed
Description
Hi,
Is there a way to make it run with React Native?
I'm running the following code:
var datastore = require('@google-cloud/datastore')({
projectId: 'xxxx',
keyFilename: '/xxxx-123456.json'
});
var gstore = require('gstore-node');
gstore.connect(datastore);
But it gives me the following error:
/myProject/node_modules/node-forge/js/forge.js: Deleting local variable in strict mode (53:4)
at forge.js:53:4
onResponse
DevServerHelper.java:257
execute
RealCall.java:126
run
NamedRunnable.java:32
runWorker
ThreadPoolExecutor.java:1113
run
ThreadPoolExecutor.java:588
run
Thread.java:818
Any help would be appreciated :)
Thanks