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

Commit 8269ee0

Browse files
committed
Fix post 🚀
1 parent e92f2e3 commit 8269ee0

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
@@ -59,7 +59,7 @@ AppRegistry.registerComponent('BlueScreen', () => BlueScreen);
5959
AppRegistry.registerComponent('RedScreen', () => RedScreen);
6060
```
6161

62-
On the native side there's a controller, `ReactViewController`, that shows React Native components given their name.
62+
On the native side there's a controller, `ReactViewController`, that shows a React Native component given its name.
6363

6464
```swift
6565
class ReactViewController: UIViewController {

0 commit comments

Comments
 (0)