import { PluginArea } from '@common-stack/client-react'; import { View } from 'react-native'; import * as React from 'react'; export const MobilePluginArea = () => { return ( ) }