mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-05 22:38:59 +08:00
Prevent escaped 'a' tag html from appearing in 'Integration With Exis…
Summary: Explain the **motivation** for making this change. What existing problem does the pull request solve? - Prevents unclickable, escaped HTML from appearing in the docs. [Before](https://facebook.github.io/react-native/docs/integration-with-existing-apps.html#our-sample-app):  After:  Closes https://github.com/facebook/react-native/pull/10685 Differential Revision: D4113084 Pulled By: hramos fbshipit-source-id: 210cc97d8f53ee0ec7a26640d99c4dfedf7145b5
This commit is contained in:
committed by
Facebook Github Bot
parent
85b8c6ba23
commit
d685620f31
@@ -107,11 +107,11 @@ $ sudo gem install cocoapods
|
||||
|
||||
<block class="objc" />
|
||||
|
||||
Assume the [app for integration](https://github.com/JoelMarcey/iOS-2048) is a <a href="https://en.wikipedia.org/wiki/2048_(video_game)">2048</a> game. Here is what the main menu of the native application looks like without React Native.
|
||||
Assume the [app for integration](https://github.com/JoelMarcey/iOS-2048) is a [2048](https://en.wikipedia.org/wiki/2048_%28video_game%29) game. Here is what the main menu of the native application looks like without React Native.
|
||||
|
||||
<block class="swift" />
|
||||
|
||||
Assume the [app for integration](https://github.com/JoelMarcey/swift-2048) is a <a href="https://en.wikipedia.org/wiki/2048_(video_game)">2048</a> game. Here is what the main menu of the native application looks like without React Native.
|
||||
Assume the [app for integration](https://github.com/JoelMarcey/swift-2048) is a [2048](https://en.wikipedia.org/wiki/2048_%28video_game%29) game. Here is what the main menu of the native application looks like without React Native.
|
||||
|
||||
<block class="objc swift" />
|
||||
|
||||
|
||||
Reference in New Issue
Block a user