// Installs the expo global on webimport'./polyfill';
/**
* Ensures that the native modules are installed in the current runtime.
* Otherwise, it synchronously calls a native function that installs them.
*/exportfunctionensureNativeModulesAreInstalled(): void {
// No-op on web
}