File tree Expand file tree Collapse file tree
theoplayer_versioned_docs Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -31,5 +31,11 @@ import useBaseUrl from '@docusaurus/useBaseUrl';
3131 customProps: { icon: ' apple' },
3232 href: useBaseUrl (` theoplayer/connectors/ios ` ),
3333 },
34+ {
35+ type: ' link' ,
36+ label: ' Connectors for React Native SDK' ,
37+ customProps: { icon: ' react-native' },
38+ href: useBaseUrl (` theoplayer/connectors/react-native ` ),
39+ },
3440 ]}
3541/>
Original file line number Diff line number Diff line change 1+ ---
2+ sidebar_position : 0
3+ sidebar_label : Overview
4+ pagination_label : React Native Connectors
5+ ---
6+
7+ # Connectors for THEOplayer React Native SDK
8+
9+ import DocCardList from ' @theme/DocCardList' ;
10+
11+ <DocCardList />
Original file line number Diff line number Diff line change @@ -31,6 +31,12 @@ import useBaseUrl from '@docusaurus/useBaseUrl';
3131 customProps: { icon: ' apple' },
3232 href: useBaseUrl (` theoplayer/connectors/ios ` ),
3333 },
34+ {
35+ type: ' link' ,
36+ label: ' Connectors for React Native SDK' ,
37+ customProps: { icon: ' react-native' },
38+ href: useBaseUrl (` theoplayer/connectors/react-native ` ),
39+ },
3440 {
3541 type: ' link' ,
3642 label: ' Connectors for Roku' ,
Original file line number Diff line number Diff line change 1+ ---
2+ sidebar_position : 0
3+ sidebar_label : Overview
4+ pagination_label : React Native Connectors
5+ ---
6+
7+ # Connectors for THEOplayer React Native SDK
8+
9+ import DocCardList from ' @theme/DocCardList' ;
10+
11+ <DocCardList />
Original file line number Diff line number Diff line change @@ -31,6 +31,12 @@ import useBaseUrl from '@docusaurus/useBaseUrl';
3131 customProps: { icon: ' apple' },
3232 href: useBaseUrl (` theoplayer/connectors/ios ` ),
3333 },
34+ {
35+ type: ' link' ,
36+ label: ' Connectors for React Native SDK' ,
37+ customProps: { icon: ' react-native' },
38+ href: useBaseUrl (` theoplayer/connectors/react-native ` ),
39+ },
3440 {
3541 type: ' link' ,
3642 label: ' Connectors for Roku' ,
Original file line number Diff line number Diff line change 1+ ---
2+ sidebar_position : 0
3+ sidebar_label : Overview
4+ pagination_label : React Native Connectors
5+ ---
6+
7+ # Connectors for THEOplayer React Native SDK
8+
9+ import DocCardList from ' @theme/DocCardList' ;
10+
11+ <DocCardList />
You can’t perform that action at this time.
0 commit comments