I want to create a real-time application ( for e.g. a stock market app) in react native.
Currently I don't know any other way other than to use setInterval(), I am fetching data from a third party API.
So is there any way or third party tool available which gives real time data without using setInterval from a REST source?
Answer to my problem is the below post. https://medium.com/@gethylgeorge/using-socket-io-in-react-redux-app-to-handle-real-time-data-c0e734297795