Hi! Thank you for the library, looks promising.
Unfortunately it doesn't seem to work on React Native / Expo due to the following error:
The package at "node_modules/jose/dist/node/esm/runtime/base64url.js" attempted to import the Node standard library module "node:buffer".
It failed because the native React runtime does not include the Node standard library.
It looks like better-auth-tanstack is trying to load Jose, which seems to need node:buffer, that in RN is not available.
Is there some way to fix this or will the library be never compatible with RN? Thank you!