Skip to content

Either publishable_key or package_name is wrong - React Native Android #28

@manasgond

Description

@manasgond

{"code": "GS402", "message": "Either publishable_key or package_name is wrong"}

RNRoam?.createUser(
"Hello world",
(success) => {
// once user is created send the roam user id to our BE service
// this roam user id which will help us to login him
console.log(success, '----success--roam user created successfully---->>');
},
(error) => {
console.log(error, '---roam user creation fails---->>');
},
);
[]
Screenshot 2022-09-19 at 3 26 41 PM

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions