hs-react-native-custom-markdown
Version:
A React Native component to render custom markdown content.
8 lines (7 loc) • 335 B
JavaScript
;
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
const CustomMarkdown_1 = __importDefault(require("./src/CustomMarkdown"));
exports.default = CustomMarkdown_1.default;