Markdown component to render markdown in expo with syntax highlighting and styling
npm install @codearcade/expo-markdownimport { multiply } from '@codearcade/expo-markdown';
// ...
const result = await multiply(3, 7);MIT
Made with create-react-native-library