Thomas Vidas
Thomas Vidas
Thomas is a cross-functional Software engineer with a focus on mobile and web applications. He currently works at Ionic as the Developer Experience Engineer on Capacitor. In his free time, he likes to compose music, create 3d art/animations, and participate in game dev jams.
React Summit 2020React Summit 2020
7 min
Using React Hooks + Capacitor to Access Native Mobile APIs
Using Capacitor, you can easily create native mobile iOS and Android applications using all of the React web tools you know and love. But how do we access the native APIs? With the @capacitor-community/react-hooks package, we can quickly and easily access native device APIs, like Camera, Filesystem, and Geolocation, using React Hooks!