export const meta = {
  title: `Resolving conflicts`,
  description: `Learn how to resolve conflicts when an event is sent and meets the criteria set forth by multiple in-app messages.`
};

import reactnative0 from '/src/fragments/lib/in-app-messaging/resolve-conflicts/resolve-conflicts.mdx';

<Fragments fragments={{ 'react-native': reactnative0 }} />

import js0 from '/src/fragments/lib/in-app-messaging/resolve-conflicts/resolve-conflicts.mdx';

<Fragments fragments={{ js : js0 }} />