Skip to content

React Native? #1863

Closed
Closed
@stefanoTron

Description

@stefanoTron

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

Metadata

Metadata

Labels

type: questionRequest for information or clarification. Not an issue.web

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions