UNPKG

react-native-invitereferrals

Version:

InviteReferrals is a powerful and yet simple to integrate referral software

20 lines (11 loc) 342 B
# react-native-invitereferrals ## Getting started `$ npm install react-native-invitereferrals --save` ### Mostly automatic installation `$ react-native link react-native-invitereferrals` ## Usage ```javascript import RNInvitereferrals from 'react-native-invitereferrals'; // TODO: What to do with the module? RNInvitereferrals; ```