Skip to content

Kuper-Tech/react-native-msg-pack

Repository files navigation

react-native-msg-pack

just msg pack wrapper for rn

Installation

npm install react-native-msg-pack

Usage

import { parse, encode, install } from 'react-native-msg-pack';

// ...
install();
const encoded = encode({a: 10});
const result = parse(encoded);
assert(result.a == 10);

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

About

No description, website, or topics provided.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published