Commit f126540
Fix linking manager library name in documentation
Summary:
I had an issue while using
```#import "RCTLinkingManager.h"```

But when replaced with
```#import <React/RCTLinkingManager.h>```
the build succeeds.
Looks fine on the website:

Closes #12383
Differential Revision: D4658153
Pulled By: ericvicenti
fbshipit-source-id: e48368c08cb27bf68ea2f1294129669896350f341 parent 4471c32 commit f126540
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
64 | | - | |
| 64 | + | |
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
| |||
0 commit comments