@zoho_apptics/apptics-expo-plugin
v0.0.1
Published
Apptics expo config plugin to use Apptics in Expo builds with managed workflow.
Downloads
144
Readme
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.