import React from 'react'; import { List, Heading, Box } from 'native-base'; export const Example = () => { return ( My Todos (Unordered List) Get groceries by Tomorrow. Book appointment with the Doc. Bill payment - Electricity. Pay Telephone Bill ); };