Skip to content

GoMarketMe/gomarketme-react-native

Repository files navigation

GoMarketMe

gomarketme-react-native

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

Installation

Using npm

npm install gomarketme-react-native

Using yarn

yarn add gomarketme-react-native

Using pnpm

pnpm add gomarketme-react-native

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 = () => {
  const apiKey = 'YOUR_API_KEY_HERE';

  useEffect(() => {
    const initializeGoMarketMe = async () => {
      await GoMarketMe.initialize(apiKey);
    };

    initializeGoMarketMe();
  }, []);
};

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.

Releases

No releases published

Packages

No packages published