mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-24 04:16:00 +08:00
Fixing typo in AppContainer
Summary: Fixed a typo. Adding an optional wrapper component to AppContainer. Reviewed By: fkgozali Differential Revision: D5330056 fbshipit-source-id: 8e33fcbfb21168c641abbd54b79d272a7c361889
This commit is contained in:
committed by
Facebook Github Bot
parent
afa47924d6
commit
937568b472
@@ -31,7 +31,7 @@ function renderApplication<Props: Object>(
|
||||
invariant(rootTag, 'Expect to have a valid rootTag, instead got ', rootTag);
|
||||
|
||||
ReactNative.render(
|
||||
<AppContainer rootTag={rootTag} wrapperComponent={WrapperComponent}>
|
||||
<AppContainer rootTag={rootTag} WrapperComponent={WrapperComponent}>
|
||||
<RootComponent {...initialProps} rootTag={rootTag} />
|
||||
</AppContainer>,
|
||||
rootTag,
|
||||
|
||||
Reference in New Issue
Block a user