A mobile application for book publishing and previewing, complete with filtering and a role system. This app also serves as a reference for utilizing Redux Toolkit and Supabase into my future projects.
library-demo.mp4
git clone https://github.com/saliherdemk/RN-Library.git
You have to create .env file and put your credientials for supabase
SUPABASE_URL={Something}
SUPABASE_ANON_KEY={Something}
npm install
npx expo start -c
You have the option to either utilize the simulator or work directly on your phone using the Expo Go application.