This application is a port of web version for react native
ClojureScript and re-frame codebase containing real world examples (CRUD, auth, advanced patterns, etc) that adheres to the RealWorld spec and API.
This codebase was created to demonstrate a fully fledged react native application built with ClojureScript and re-frame including CRUD operations, authentication, routing, pagination, and more.
For more information on how this works with other frontends/backends, head over to the RealWorld repo.
Learn how to build similar project with Learn re-frame
git clone https://github.com/flexsurfer/conduitrn.git && cd conduitrnyarn || npm installcd ios && pod install && cd ../yarn dev || npm run devyarn start || npm run startyarn ios || npm run iosOR
yarn android || npm run android