resonatecoop / mobile

A mobile app for playing music on Resonate, an open source music streaming co-op; built with TypeScript and React Native
GNU General Public License v3.0
15 stars 2 forks source link

feat: implement fetch client #46

Closed dominictwlee closed 1 year ago

dominictwlee commented 1 year ago

Just a small fetch wrapper. Will write tests in a separate PR as jest is not setup in this repo yet. Wanted to use ky as a fetch client but it doesn't play nice with React Native.