[RN] Validate the URL in app-settings

This commit is contained in:
zbettenbuk
2018-01-26 11:19:43 +01:00
committed by Saúl Ibarra Corretgé
parent c4468cb7b8
commit 6a9e6db3be
9 changed files with 180 additions and 44 deletions

View File

@@ -6,8 +6,8 @@ import { connect } from 'react-redux';
import { ASPECT_RATIO_WIDE } from '../../base/aspect-ratio';
import { translate } from '../../base/i18n';
import { getSafetyOffset } from '../../base/react';
import { getSafetyOffset } from '../functions';
import styles, { CONTAINER_PADDING } from './styles';
/**