gomarketme-react-native
TypeScript icon, indicating that this package has built-in type declarations

2.0.0 • Public • Published
GoMarketMe

gomarketme-react-native

Affiliate Marketing for React Native-Based iOS and Android Apps.

Installation

Using npm

npm install gomarketme-react-native@2.0.0

Using yarn

yarn add gomarketme-react-native@2.0.0

Using pnpm

pnpm add gomarketme-react-native@2.0.0

Usage

To initialize GoMarketMe, import the gomarketme package and create a new instance of GoMarketMe:

import GoMarketMe from 'gomarketme-react-native';

const App: React.FC = () => {

  useEffect(() => {

    GoMarketMe.initialize('API_KEY'); // Initialize with your API key

  }, []);
};

Make sure to replace API_KEY with your actual GoMarketMe API key. You can find it on the product onboarding page and under Profile > API Key.

Support

If you encounter any problems or issues, please contact us at integrations@gomarketme.co or visit https://gomarketme.co.

Package Sidebar

Install

npm i gomarketme-react-native

Weekly Downloads

11

Version

2.0.0

License

MIT

Unpacked Size

2.8 MB

Total Files

15

Last publish

Collaborators

  • gomarketme