Add guide for using React Native in existing iOS App#546
Add guide for using React Native in existing iOS App#546vjeux merged 5 commits intofacebook:masterfrom
Conversation
docs/EmbededApp.md
Outdated
There was a problem hiding this comment.
use ``` instead of indentation to format code
Use ``` instead of indentation for code blocks
docs/EmbededApp.md
Outdated
There was a problem hiding this comment.
Can you add this image in the repo (website/src/react-native/img) this way it won't 404 if this url goes down.
There was a problem hiding this comment.
Of course. Just a sec ;)
|
This is really good thanks! Can you use local images and then i'm good pulling it in |
|
👍 great addition to the docs |
|
Could we change the file name from |
|
@iamdustan Opps! Look how naughty my fingers were. Will correct the typo soon. |
|
@tjwudi ;) I have a few coworkers who have corrected my spelling plenty. I’ve gotten to be extra careful. |
|
@vjeux @iamdustan Fixed. See 4040295 and 35bea5f |
Add guide for using React Native in existing iOS App
|
Thanks! |
|
👏👏 |
|
👍 |
|
if no cocoapods how to do |
* Add ScreenshotManagerTurboModule, but it is not called. * ... * Update AppDelegate.mm * Fix code due to facebook API rename * Update AppDelegate.mm * [Pods] Expose boost headers to consumer of RCT-Folly (facebook#1) * Update AppDelegate.mm * ScreenshotManagerTurboModule gets called * reject the promise in takeScreenshot * ... * Put TurboModuleRegistry.get call at the right place * ... * Successfully took the screenshot * Remove unnecessary code * Fix code review comments * Fix code review comments * ... * Fix code review comments * Fix build break * Fix build break * Fix build break * Update NativeScreenshotManager.js * Fix build break * Fix yarn lint errors Co-authored-by: Eloy Durán <eloy.de.enige@gmail.com>
See #483. I wrote a tutorial on this topic and would like to add it as a guide.