UNPKG

react-native-turboxml

Version:

A high-performance native XML parser for React Native built with Kotlin and Objective-C using TurboModules and the New Architecture.

7 lines (6 loc) 159 B
"use strict"; import Turboxml from "./NativeTurboxml.js"; export function parseXml(xml) { return Turboxml.parseXml(xml); } //# sourceMappingURL=index.js.map