UNPKG

react-native-markdown-renderer

Version:

Markdown renderer for react-native, with CommonMark spec support + adds syntax extensions & sugar (URL autolinking, typographer).

7 lines (5 loc) 140 B
let uuid: number = new Date().getTime(); export default function getUniqueID(): string { uuid++; return `rnmr_${uuid.toString(16)}`; }