0.0.1 • Published 8 months ago

@zoho_apptics/apptics-expo-plugin v0.0.1

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

apptics-expo-plugin

Apptics Expo Plugin is a expo config plugin that allows you to use Apptics React Native in Expo builds with managed workflow.

Installation:

You need to install apptics-expo-plugin in addition to apptics-react-native

npm install @zoho_apptics/apptics-expo-plugin

Add the plugin to plugins array in your app.json/app.config.js

"plugins": [
      [
        "apptics-expo-plugin",
        {
          "androidConfigPath" : "./assets/apptics-config.json",
          "iosConfigPath" : "./assets/apptics-config.plist",
          "mode" : "development"
        }
      ]
]

Other optional plugin props: devTeam - used to configure Apple Team ID. iPhoneDeploymentTarget: used to configure deployment target.

0.0.1

8 months ago

0.0.1-beta.0

8 months ago