SDKs
React Native SDK
You can use the same React SDK along with the JavaScript SDK in your React Native applications.
Installation#
Install with npm:
Command
$ npm install --save @eventvisor/sdk @eventvisor/react
Usage documentation#
Please refer to the React SDK page for usage documentation.
Polyfills#
The only extra polyfill you might need is for the TextEncoder
API.
You can consider using fastestsmallesttextencoderdecoder
package for that.