import React from 'react'; import { Switch, VStack } from 'native-base'; export const Example = () => { return ( ); };