1export default {
2  get name(): string {
3    return 'ExpoIntentLauncher';
4  },
5};
6