This library implements native sigma routines for React Native under iOS and Android. Fully built binaries are committed for both platforms but can also be built from scratch.
$ npm install react-native-zcoin-sigma --save
$ react-native link react-native-zcoin-sigma
import RNZcoinSigma from 'react-native-zcoin-sigma';
// TODO: What to do with the module?
RNZcoinSigma;