Expo Modules API: Rendering Native Views on Android

Hey guys, in this video, via Expo's Modules API, you will learn how to render native views on Android, and then how to display third party native Kotlin libraries in React Native. As an example, we're going to use the Konfetti library https://github.com/DanielMartinus/Kon.... Source code for this project: https://github.com/HussainArif12/nati... Timestamps: 0:00 Intro 1:01 What we're building 1:20 Project setup 2:29 Overview 3:10 Rendering a text 7:20 Props 9:20 Events 11:07 Sending data through events 11:30 Registering events 11:49 Type safety for events 12:32 Event handling 13:12 Third party library - Konfetti 13:18 Installing Konfetti 14:09 Creating a KonfettiView 15:43 Function for confetti effect 17:31 Type safety for Konfetti 18:10 Executing the displayKonfetti function in React Native 19:53 Adding a 'ref' prop 20:20 Rendering confetti on button click 21:17 Outro Video for the fundamentals of Expo Modules API Thanks for watching!!