gomarketme-react-native-expo
v1.0.7
Published
Affiliate Marketing for React Native Expo-Based iOS and Android Apps.
Downloads
620
Maintainers
Readme
Installation
Using npm
npm install gomarketme-react-native-expo
Using yarn
yarn add gomarketme-react-native-expo
Using pnpm
pnpm add gomarketme-react-native-expo
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() {
const initializeSDK = async () => {
await GoMarketMe.initialize('YOUR_API_KEY'); // Replace with your actual API key
};
initializeSDK();
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 [email protected] or visit https://gomarketme.co.