react-native-zendesk-chat-tmc
Version:
React Native Wrapper around Zopim Zendesk Chat
29 lines (26 loc) • 1.04 kB
text/xml
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.taskrabbit.zendesk"
android:versionCode="1"
android:versionName="1.0" >
<uses-sdk
android:minSdkVersion="16"
android:targetSdkVersion="28" />
<application>
<activity
android:name="zendesk.messaging.MessagingActivity"
android:theme="@style/YourLightTheme" />
<activity
android:name="zendesk.support.guide.HelpCenterActivity"
android:theme="@style/YourLightTheme" />
<activity
android:name="zendesk.support.guide.ViewArticleActivity"
android:theme="@style/YourLightTheme" />
<activity
android:name="zendesk.support.request.RequestActivity"
android:theme="@style/YourLightTheme" />
<activity
android:name="zendesk.support.requestlist.RequestListActivity"
android:theme="@style/YourLightTheme" />
</application>
</manifest>