Skip to content

Commit b8aa825

Browse files
Update README.md
1 parent 6630985 commit b8aa825

File tree

1 file changed

+0
-30
lines changed

1 file changed

+0
-30
lines changed

README.md

Lines changed: 0 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@
44

55
YouTube component for Android, iOS and React. This is a suite of utility libraries around using YouTube inside your Android, iOS or React Native app.
66

7-
NOTE: WIP for iOS and react youtube library.
8-
97
# youtube-android
108

119
Playing Youtube on Android (specially inline) comes with some challenges :
@@ -82,34 +80,6 @@ playerView.initPlayer(Constants.API_KEY, videoId, "https://cdn.rawgit.com/flipka
8280

8381
````
8482

85-
# youtube-ios
86-
87-
This pod is a modification of the youtube-ios-helper provided by youtube. Modifications include
88-
89-
* Migration to WkWebView from the older UIWebView.
90-
* Adding support for custom html urls. Earlier we could only use the html in the resource bundle
91-
* Adding parameter for deciding whether to play the videos inline or fullscreen.
92-
* Adding error callback for when network is offline after iframeAPI has been loaded.
93-
94-
## Demo Gif
95-
96-
![YouTube iOS](https://github.com/flipkart-incubator/inline-youtube-view/blob/master/youtube-view-ios.gif)
97-
98-
## Installation
99-
100-
InlineYoutubeView is available through [CocoaPods](http://cocoapods.org). To install it, simply add the following line to your Podfile:
101-
102-
```ruby
103-
pod 'InlineYoutubeView'
104-
```
105-
## How to use ?
106-
107-
Refer to [iOS README](https://github.com/flipkart-incubator/inline-youtube-view/edit/ios/youtube-ios/README.md)
108-
109-
# youtube-react-native
110-
111-
To be updated soon.
112-
11383
## Contributing
11484

11585
The easiest way to contribute is by [forking the repo](https://help.github.com/articles/fork-a-repo/), making your changes and [creating a pull request](https://help.github.com/articles/creating-a-pull-request/).

0 commit comments

Comments
 (0)