Live-coding a PDF export feature for iOS

Live-coding a PDF export feature for iOS

Hey, what's up? It's Takuya here.

This week, I've been preparing for the next video for devaslife. The next topic is going to be how I take tech notes in my engineering workflow.

Today, I've done live coding on the second channel (not a live-streaming). I tried to implement a PDF export feature for Inkdrop for iOS.

Getting a way to invoke the createPDF API

Since the mobile app of Inkdrop is built with React Native, it is not possible to simply call the native APIs from the JavaScript side. So, I've created a custom native module to accomplish that.