Demo not working + How to with expo

Versions
–Android Meeting-SDK 6.1.5
–React Native sdk v0.0.1-beta
–@ zoom/meetingsdk-react-native 0.0.1 (node package)

Description
I’m having problems with both the demo and my own project

I followed the steps described in the documentation (docs/ meeting-sdk/react-native/) (I cant include links for whatever reason)

I tried running the demo, but it fails on the asset generation for android

react-native bundle --platform android --dev false --entry-file index.js --bundle-output android/app/src/main/assets/index.android.bundle --assets-dest android/app/src/main/res

fails with:
error ENOENT: no such file or directory, open 'android/app/src/main/assets/index.android.bundle'.

I then also tried to build my project with
eas build --platform android --profile development

which ends up failing with

Build file '/home/expo/workingdir/build/politiquest/node_modules/@zoom/meetingsdk-react-native/android/build.gradle' line: 182

A problem occurred evaluating project ':zoom_meetingsdk-react-native'.

> Project with path ':mobilertc' could not be found in project ':zoom_meetingsdk-react-native'.

My project directory looks like the following:

---- android (copied from the react-native sdk)
    |--- mobilertc (copied from the android sdk)
    |      |----build.gradle
    |      |----mobilertc.arr
    |----src
    |----build.gradle
    |----gradle.properties
----app
---...other files and configs

What am I missing to run the demo?
And what are the steps I need to take to build this with expo?