[add] SafeAreaView component

This commit is contained in:
Nicolas Gallagher
2017-12-06 14:27:37 -08:00
parent f96d7b868f
commit 034108a2a0
2 changed files with 17 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
/**
* Copyright (c) 2015-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
* LICENSE file in the root directory of this source tree. An additional grant
* of patent rights can be found in the PATENTS file in the same directory.
*
* @providesModule SafeAreaView
* @flow
*/
import View from '../View';
export default View;

View File

@@ -37,6 +37,7 @@ import Modal from './components/Modal';
import Picker from './components/Picker';
import ProgressBar from './components/ProgressBar';
import RefreshControl from './components/RefreshControl';
import SafeAreaView from './components/SafeAreaView';
import ScrollView from './components/ScrollView';
import SectionList from './components/SectionList';
import Slider from './components/Slider';
@@ -101,6 +102,7 @@ export {
Picker,
ProgressBar,
RefreshControl,
SafeAreaView,
ScrollView,
SectionList,
Slider,
@@ -168,6 +170,7 @@ const ReactNative = {
Picker,
ProgressBar,
RefreshControl,
SafeAreaView,
ScrollView,
SectionList,
Slider,