[RN] Move all mobile only features to a subdirectory

This commit is contained in:
Saúl Ibarra Corretgé 2017-03-27 11:39:10 +02:00 committed by Lyubo Marinov
parent 866c6d0cf9
commit c5eac63da1
12 changed files with 17 additions and 17 deletions

View File

@ -2,11 +2,11 @@
import { Linking } from 'react-native';
import '../../audio-mode';
import '../../background';
import { Platform } from '../../base/react';
import '../../full-screen';
import '../../wake-lock';
import '../../mobile/audio-mode';
import '../../mobile/background';
import '../../mobile/full-screen';
import '../../mobile/wake-lock';
import { AbstractApp } from './AbstractApp';

View File

@ -2,13 +2,13 @@
import { NativeModules } from 'react-native';
import { APP_WILL_MOUNT } from '../app';
import { APP_WILL_MOUNT } from '../../app';
import {
CONFERENCE_FAILED,
CONFERENCE_LEFT,
CONFERENCE_WILL_JOIN
} from '../base/conference';
import { MiddlewareRegistry } from '../base/redux';
} from '../../base/conference';
import { MiddlewareRegistry } from '../../base/redux';
/**
* Middleware that captures conference actions and sets the correct audio mode

View File

@ -1,4 +1,4 @@
import { Symbol } from '../base/react';
import { Symbol } from '../../base/react';
/**
* The type of redux action to set the AppState API change event listener.

View File

@ -1,4 +1,4 @@
import { setVideoMuted } from '../base/media';
import { setVideoMuted } from '../../base/media';
import {
_SET_APP_STATE_LISTENER,

View File

@ -6,8 +6,8 @@ import type { Dispatch } from 'redux';
import {
APP_WILL_MOUNT,
APP_WILL_UNMOUNT
} from '../app';
import { MiddlewareRegistry } from '../base/redux';
} from '../../app';
import { MiddlewareRegistry } from '../../base/redux';
import {
_setAppStateListener,

View File

@ -1,4 +1,4 @@
import { ReducerRegistry } from '../base/redux';
import { ReducerRegistry } from '../../base/redux';
import {
_SET_APP_STATE_LISTENER,

View File

@ -8,9 +8,9 @@ import {
CONFERENCE_FAILED,
CONFERENCE_LEFT,
CONFERENCE_WILL_JOIN
} from '../base/conference';
import { Platform } from '../base/react';
import { MiddlewareRegistry } from '../base/redux';
} from '../../base/conference';
import { Platform } from '../../base/react';
import { MiddlewareRegistry } from '../../base/redux';
/**
* Middleware that captures conference actions and activates or deactivates the

View File

@ -4,8 +4,8 @@ import {
CONFERENCE_FAILED,
CONFERENCE_JOINED,
CONFERENCE_LEFT
} from '../base/conference';
import { MiddlewareRegistry } from '../base/redux';
} from '../../base/conference';
import { MiddlewareRegistry } from '../../base/redux';
/**
* Middleware that captures conference actions and activates or deactivates the