Support for Intune SDK / Wrapper

We need to support Intune app protection policies in our expo managed react-native application

( Since its not a native application, cant use Intune SDK Benefits of Intune App SDK - Microsoft Intune | Microsoft Learn)

I tried the below with Android:

I built our app with a new package name
Created an android build (apk) using eas build

I followed the instructions to wrap and sign Android apk
After installing the application, it does not start
Error: ‘App keeps stopping’

Is expo managed react-native application compatible with Intune wrapping?