import React from 'react'; import { Code } from 'native-base'; export const Example = () => { return Hello World!; };