From 607297845474f024606ac4945f74c0480fa4c9c5 Mon Sep 17 00:00:00 2001 From: Lyubo Marinov Date: Wed, 7 Jun 2017 16:19:57 -0500 Subject: [PATCH] [RN] Fix the bundling broken by unnecessary dependencies --- .../features/device-selection/components/DeviceSelector.native.js | 0 .../components/{DeviceSelector.js => DeviceSelector.web.js} | 0 react/features/invite/components/InviteDialog.native.js | 0 .../invite/components/{InviteDialog.js => InviteDialog.web.js} | 0 4 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 react/features/device-selection/components/DeviceSelector.native.js rename react/features/device-selection/components/{DeviceSelector.js => DeviceSelector.web.js} (100%) create mode 100644 react/features/invite/components/InviteDialog.native.js rename react/features/invite/components/{InviteDialog.js => InviteDialog.web.js} (100%) diff --git a/react/features/device-selection/components/DeviceSelector.native.js b/react/features/device-selection/components/DeviceSelector.native.js new file mode 100644 index 000000000..e69de29bb diff --git a/react/features/device-selection/components/DeviceSelector.js b/react/features/device-selection/components/DeviceSelector.web.js similarity index 100% rename from react/features/device-selection/components/DeviceSelector.js rename to react/features/device-selection/components/DeviceSelector.web.js diff --git a/react/features/invite/components/InviteDialog.native.js b/react/features/invite/components/InviteDialog.native.js new file mode 100644 index 000000000..e69de29bb diff --git a/react/features/invite/components/InviteDialog.js b/react/features/invite/components/InviteDialog.web.js similarity index 100% rename from react/features/invite/components/InviteDialog.js rename to react/features/invite/components/InviteDialog.web.js