gzoreslav / react-redux-saga-universal-application

React universal application with server-side rendering with data fetching
MIT License
47 stars 8 forks source link

How To Use Same API Calls For Native Apps #22

Closed posherry closed 6 years ago

posherry commented 6 years ago

Is there a way to use the same API calls with watchers for native apps by changing templates? That would make it truly universal.

gzoreslav commented 6 years ago

Hi @posherry , are you talking about React Native?

posherry commented 6 years ago

Hi @gzoreslav , Yes React Native...

gzoreslav commented 6 years ago

I do not have much experience with React Native. You may create merge request with this functionality and I'll merge it

posherry commented 6 years ago

Sure! I'll make a merge request I manage it in the same codebase...