0.4.0 • Published 2 years ago

react-native-msgpack v0.4.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

react-native-msgpack

Native MessagePack for React Native

Installation

npm install react-native-msgpack

Usage

import { encode, decode } from 'react-native-msgpack';

// ...

const result = encode({ hello: 'world' });
const decoded = decode(result);

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

0.4.0

2 years ago

0.3.3

2 years ago

0.3.2

2 years ago

0.3.1

2 years ago

0.3.0

2 years ago

0.2.0

2 years ago