import { startActivityAsync, ActivityAction } from 'expo-intent-launcher'; import React from 'react'; import { Platform, ScrollView, Text, ToastAndroid, View } from 'react-native'; import Button from '../components/Button'; export default class IntentLauncherScreen extends React.Component { static navigationOptions = { title: 'IntentLauncher', }; renderSettingsLink(title: string, activityAction: ActivityAction, intentParams = {}) { return (