sunlight3d / react_native_v0.49

243 stars 318 forks source link

Error: DEVELOPER_ERROR #196

Open ningacoding opened 2 months ago

ningacoding commented 2 months ago

what does it means: Error: DEVELOPER_ERROR ?

i followed steps in the guide, when i call this

const onSignInPressed = async () => {
    try {
      GoogleSignin.configure({});
      const userInfo = await GoogleSignin.signIn();
      console.log(userInfo);
    } catch (error) {
      console.log(error);
    }
  };

it returns Error: DEVELOPER_ERROR