Skip to content
This repository was archived by the owner on Feb 25, 2020. It is now read-only.

Commit e0fc5ad

Browse files
committed
rename to createAppContainer
1 parent 6c54fcc commit e0fc5ad

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/index.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
/* eslint global-require: 0 */
1+
/* eslint disable import/no-commonjs */
22

33
module.exports = {
4-
get createNavigationContainer() {
5-
return require('./createNavigationContainer').default;
4+
get createAppContainer() {
5+
return require('./createAppContainer').default;
66
},
77
get createKeyboardAwareNavigator() {
88
return require('./createKeyboardAwareNavigator').default;

0 commit comments

Comments
 (0)