Can you fix 2,500 TypeScript errors?

Can you fix 2,500 TypeScript errors?

Hey, what's up? It's Takuya here. Here is what I've done this week!

Inkdrop mobile v5.1.0 beta

It is available on the beta version on TestFlight and Google Play Store (Open Testing):

The PDF export feature

You can now export a note as PDF from Note InformationExport as PDF.

UI performance improvement

The app used to freeze for a few seconds when changing device orientations on tablets.
I realized that this was caused by a massive amount of UI rerendering due to the window dimension change event.
This issue has been resolved by removing breakpoints from the restyle themes. See this PR for more details.

Upgraded React Native from 0.70.8 to 0.71.8