*booru client for Android.
I'm not using expo this time so setting up the dev environment is sadly rather time consuming. I'll outline the steps necessary here:
-
Clone this repo.
-
Run
npm install
in the root of the repo. -
Connect you phone via USB or open an emulator.
-
Run
npm start
and thennpm run android
in separate terminal windows.