Issue
I want to create an react native app with attendance functionality the attendance will store on odoo dashboard. Please help me TIA.
Solution
React native should consume data via REST API, there're third-parties modules that expose Odoo REST API - https://apps.odoo.com/apps/modules/13.0/odoo_rest/ (paid) or open-source alternative - https://github.com/yezyilomo/odoo-rest-api
Answered By - Shy Penguin
Answer Checked By - Dawn Plyler (JavaFixing Volunteer)