react-native-zendesk-chat-tmc
Version:
React Native Wrapper around Zopim Zendesk Chat
21 lines (15 loc) • 834 B
text/xml
<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.taskrabbit.zendesk" >
<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>