Robin Huy
Robin Huy
My solution is: 1. Convert file font **.ttf** to base64 string. 2. Add font to doc: ```javascript const doc = new jsPDF({ orientation: "portrait", format: "a4", unit: "px", hotfixes: ["px_scaling"],...
SafeAreaView is currently only applicable to iOS devices, so on Android, I must add paddingTop to avoid Status Bar. And paddingTop working on Android (but not in iOS), so I...
After creating the `database.properties` file as mentioned, I had to uncomment two dependencies in the `pom.xml` file to resolve the errors (I am using a PostgreSQL database). The configuration of...