File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ title: Getting Started
44layout : docs
55category : Quick Start
66permalink : docs/getting-started.html
7- next : pixels
7+ next : videos
88---
99
1010Our first React Native implementation is ` ReactKit ` , targeting iOS. We are also
Original file line number Diff line number Diff line change 1+ ---
2+ id : videos
3+ title : Videos
4+ layout : docs
5+ category : Community Resources
6+ permalink : docs/videos.html
7+ next : pixels
8+ ---
9+
10+ <iframe width =" 650 " height =" 315 " src =" //www.youtube.com/embed/KVZ-P-ZI6W4 " frameborder =" 0 " allowfullscreen ></iframe >
11+
12+ <iframe width =" 650 " height =" 315 " src =" //www.youtube.com/embed/7rDsRXj9-cU " frameborder =" 0 " allowfullscreen ></iframe >
Original file line number Diff line number Diff line change @@ -900,7 +900,7 @@ Parser.prototype.tok = function() {
900900 }
901901 case 'html' : {
902902 return ! this . token . pre && ! this . options . pedantic
903- ? this . inline . output ( this . token . text )
903+ ? React . DOM . span ( { dangerouslySetInnerHTML : { __html : this . token . text } } )
904904 : this . token . text ;
905905 }
906906 case 'paragraph' : {
You can’t perform that action at this time.
0 commit comments