AuthSession not working on react 18 version

Hello,
I am working on AuthSession with SMART on FHIR third party authentication
Node version 18. Following is my package.json
“expo”: “~48.0.6”,
“expo-auth-session”: “~4.0.3”,
“expo-constants”: “~14.2.1”,
“expo-crypto”: “~12.2.1”,
“expo-dev-client”: “~2.1.5”,
“expo-random”: “~13.1.1”,
“expo-speech”: “~11.1.1”,
“expo-updates”: “~0.16.3”,
“expo-web-browser”: “~12.1.1”,
“react”: “18.2.0”,
“react-dom”: “18.2.0”,
“react-native”: “0.71.3”,

It throw error as soon as I import AuthSession statement.
import * as AuthSession from ‘expo-auth-session’;

ERROR Error: Cannot find native module ‘ExpoCrypto’, js engine: hermes

Kindly provide solution