React Native has become really powerful than earlier. Everyday, there are a ton of components coming up, and the community is super active.
We were working on an internal project where we required to authenticate using YouTube’s oAuth. Once we authenticate the users, the app had to list down the YouTube videos liked by the user.
While the idea seemed feasible, this was a hack project of ours, and we did not want to spend a lot of time on it. So we found this gem of a component that helped us get the YouTube oAuth done faster.
The project is called react-native-youtube-oauth and is available on GitHub . The usage instructions are very simple.
Try out React Native YouTube oAuth
Subscribe to our newsletter
Get the latest updates from our team delivered directly to your inbox.
Related Posts
3 days with iOS - the Android user's perspective
The title is very evident, but it's always difficult to convince an Android fanatic to use iOS on an iPhone. Adding more fuel to the Android vs iOS debate, we got our Mobile Application Developer to test iOS and see how it fares in comparison with Android - and here are his thoughts.
Android O
The new and upgraded Android, Version 8.0 was launched on Monday as the Solar Eclipse was under way and we played around a bit with the new version - and this is what we found.
How we Automate Android App Distribution with Fastlane
Last time we saw how to deploy iOS apps with FastLane, now let us see how to use FastLane to push Android apps to Google Play Store.