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

2.0.1 • Public • Published
GoMarketMe

gomarketme-react-native-expo

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

Installation

Using npm

npm install gomarketme-react-native-expo@2.0.1

Using yarn

yarn add gomarketme-react-native-expo@2.0.1

Using pnpm

pnpm add gomarketme-react-native-expo@2.0.1

Usage

To initialize GoMarketMe, import the gomarketme-react-native-expo package and create a new instance of GoMarketMe:

import GoMarketMe from 'gomarketme-react-native-expo';

export default function App() {

  GoMarketMe.initialize('API_KEY'); // Replace with your actual API key
  
  return (
    <View style={styles.container}>
      <Text>My App</Text>
      <StatusBar style="auto" />
    </View>
  );
}

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.

Checkout our sample expo app at https://github.com/GoMarketMe/gomarketme-react-native-expo-sample-app.

Package Sidebar

Install

npm i gomarketme-react-native-expo

Weekly Downloads

80

Version

2.0.1

License

MIT

Unpacked Size

50.9 kB

Total Files

8

Last publish

Collaborators

  • gomarketme