JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 13
  • Score
    100M100P100Q52614F
  • License MIT

A high-performance XML parser for React Native built using C++ and TurboModules.

Package Exports

  • react-native-turboxml
  • react-native-turboxml/package.json

Readme

react-native-turboxml

A high-performance XML parser for React Native built using C++ and TurboModules.

Installation

npm install react-native-turboxml

Usage

import { multiply } from 'react-native-turboxml';

// ...

const result = multiply(3, 7);

Contributing

See the contributing guide to learn how to contribute to the repository and the development workflow.

License

MIT


Made with create-react-native-library