Skip to content
This repository was archived by the owner on Jan 19, 2025. It is now read-only.

Commit 63ed442

Browse files
committed
Fix post 🚀
1 parent 8269ee0 commit 63ed442

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_posts/2017-12-08-react-native-multiple-instance-rctrootview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ multiple instances of the `ReactViewController`. The UI of the app is very simpl
8181
of the `MainViewController`. A tap on the first one shows the `ReactViewController` with a `RCTRootView` that contains the
8282
`RedComponent`. A tap on the second one shows the `ReactViewController` with a `RCTRootView` that contains the
8383
`BlueComponent`.
84-
This basically means that in this apps there are multiple `RCTRootView`, one for each controller created. This
84+
This basically means that in this app there are multiple `RCTRootView`, one for each controller created. This
8585
instances are kept alive at the same time (because the `MainViewController` keeps a reference to the two `ReactViewController`). The code to
8686
start the React Native components is the same contained in the
8787
[getting started tutorial for existing app](https://facebook.github.io/react-native/docs/integration-with-existing-apps.html "getting started tutorial for existing app").

0 commit comments

Comments
 (0)