Is multiDexEnabled config works with Expo EAS builds?

Hi,
I would like to add Expo support to this library : screeb-module - npm
I see that I need to activate multiDexEnabled true to install it for android.
I don’t find information about its compatibility with Expo EAS.
Do you think its ok? Do I need to make a POC to be sure?

More over for iOS, installation steps tell to add a post-install script to the podfile:
config.build_settings['BUILD_LIBRARY_FOR_DISTRIBUTION'] = 'YES'
Do you see some problem with it?