Confirming SDK compatibility with React Native

I’m working with a package that uses the Auth0.js library behind the scenes for the auth, and the vendor who develops the package encourages my team not to bypass their internal implementation by using the Auth0 libraries directly.

The problem is we are building a React Native application, and to my knowledge the Auth0.js library is meant for use on the web only, and the library isn’t compatible with React Native. It is also my understanding that React Native applications have to use react-native-auth0 toolkit. I’m assuming it would have something to do with differing storage methods for each environment? I’m not 100% certain about the compatibility though, so I wanted to check before I brought this up to the team. Can anyone confirm whether or not it is possible to use Auth0.js with a React Native application?