React native
Installation Instructions for Commanders Act with React Native.
We currently don't offer an official bridge for ReactNative as it's usualy quite easy for developpers to create it themselves.
Understanding this documentation will make the next step easier.
It usually consist of one file translating the native functions to React Native. You'll most likely need one method to initialize the ServerSide class, several methods to create the events you need and one to send data.
To send and validate data to CommandersAct you need a SourceKey. To get it, you need to create a source inside our plateform.
The source type is actually only here to help you sort your sources.
This source will also contain information about what is collected and the health of the implementation. Since you're using React Native you might only need to create one source and get one key. But you might also want to separate information coming from Android and the information from iOS it that's the case, simply create one source of each and in the wrappers check that you're giving the right key in the right wrapper.
This should be quite easy and straightforward now!
Nothing. We will simply do the same thing as you've already done so you won't need to change anything!
Last modified 1mo ago