
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.
<a href='https://github.com/indatawetrust/react-native-youtube-oauth' target='_blank' class='rounded bg-gray-100 p-4'
Try out React Native YouTube oAuth
Keep reading

SwiftUI + WidgetKit
WidgetKit was introduced in WWDC 2020. It provides a timeline of useful content to display on your home screen. With SwiftUI and WidgetKit you can create a widget for iOS, iPadOS and MacOS with a single implementation. Let's check out how to do this!

How to use UIKit Views and View Controllers inside SwiftUI Views
SwiftUI is an amazing framework to build apps but at the moment it is far from complete. For things which are not ported with SwiftUI, you have to write code to communicate with UIKit to add advanced functionality. In this post you will see how to wrap UIKit views and view controllers inside SwiftUI View.

How to Create iOS Animations and Transitions in Swift UI
Animations and transitions make mobile apps come to life. With Swift UI, it's so easy to do that! In this article I show you how to add animations to an individual view, for a state change and add transitions.
