export class ExpoGoInstaller {
  async ensureAsync() {
    return true;
  }
}
