* Renamed layouts/root_layout to components/root * Added KeyboardLayout to automatically use a KeyboardAvoidingView when necessary
6 lines
182 B
JavaScript
6 lines
182 B
JavaScript
// Copyright (c) 2017 Mattermost, Inc. All Rights Reserved.
|
|
// See License.txt for license information.
|
|
|
|
import RootContainer from './root_container';
|
|
|
|
export default RootContainer;
|