How to Display PDF from Base64 in React Native

It’s common for applications to need to display PDF files to their users. This can be especially important for applications that rely on displaying invoices, contracts, or other important documents. In this tutorial, let’s learn how to display PDF from base64 in react native using react native pdf library. React Native Pdf also need another…

How to Capture Photos using Camera in React Native

Capturing photos is a common feature in many mobile apps. In this blog post, let’s explore how to capture photo using React Native and the various options available for customizing the camera experience for your users. As the react native camera library is deprecated we are using react native vision camera in this tutorial. Remember…