2.0.1 • Published 6 months ago

gomarketme-react-native-expo v2.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
6 months ago

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.

2.0.1

6 months ago

2.0.0

6 months ago

1.0.7

10 months ago

1.0.6

10 months ago

1.0.5

10 months ago

1.0.4

10 months ago

1.0.3

10 months ago

1.0.2

10 months ago

1.0.1

10 months ago

1.0.0

10 months ago