Error: Unable to resolve module react-native-auth0/src/jwt

Ready to post? :mag: First, try searching for your answer.
I have a project that use SDK lib
within this SDK lib, it use react-native-auth0
in the SDK lib file services/auth.js
it has the import
| import verifyToken from ‘react-native-auth0/src/jwt’;

however I got the runtime error

react-native-auth0/src/jwt could not be found within the project or in these directories:
node_modules/@xxx/user-management-native/node_modules

this happen with react-native latest version 0.74.2