Yes you can , our current app uses Python Django serving as back-end development framework and React-Native as the front-end. It’s almost correct than you can use any languages and frameworks in the back-end and any front-end frameworks in the front-end.
Read moreCan React be used with Django?
Django will be responsible for serving the API built using Django REST framework and React will consume these APIs using the Axios client or the browser’s fetch API . You’ll need to have two servers, both in development and production, one for Django(REST API) and the other for React (to serve static files).
Read more