zerodha / kiteconnectjs

The official typescript client library for the Kite Connect trading APIs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

react native support

abhiilash opened this issue · comments

is this sdk support react native?

You will encounter CORS issues when making requests from a React Native app to the Kite Connect API, as the API is designed to restrict third-party apps from displaying its data, as per data usage policy.

I want to make react app in which i can place order , but i am getting cors error, then I made one node js server in which i have integrated kite connect and then calling the api from my react api ,but for that i have to use setInterval to call in every 500ms , Is there any way to recieve data as soon as we are updating data in node js with help of Ticker