mirror of
https://github.com/status-im/react-native.git
synced 2025-01-13 19:15:05 +00:00
Update IntegrationWithExistingApps.md
Summary: Closes https://github.com/facebook/react-native/pull/13327 Differential Revision: D4836472 Pulled By: javache fbshipit-source-id: 377512f8a422c40fc02a3259bccb097c38357c19
This commit is contained in:
parent
269458c613
commit
da43c297f4
@ -379,10 +379,10 @@ We will, for debugging purposes, log that the event handler was invoked. Then, w
|
||||
|
||||
<block class="objc" />
|
||||
|
||||
First `import` the `RCTRootView` library.
|
||||
First `import` the `RCTRootView` header.
|
||||
|
||||
```
|
||||
#import "RCTRootView.h"
|
||||
#import <React/RCTRootView.h>
|
||||
```
|
||||
|
||||
> The `initialProperties` are here for illustration purposes so we have some data for our high score screen. In our React Native component, we will use `this.props` to get access to that data.
|
||||
|
Loading…
x
Reference in New Issue
Block a user