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-turboxmlUsage
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