Skip to content

Instantly share code, notes, and snippets.

@sushilbansal
sushilbansal / MdxContent.js
Created November 14, 2020 09:39 — forked from danieldunderfelt/MdxContent.js
MDX in React-native
// Use your MDX content with this component.
import React from 'react'
import MDX from '@mdx-js/runtime'
import components from '../utils/markdown/markdown'
// Renders a cimple loading spinner as a test
import Loading from './Loading'
const mdxComponents = {