{"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---->>');
},
);
[]
