There is an existing wordpress website and I would like to make native app(probably will do crossplatform native with React Native as I have experience with it) for it. So my question is: is there an API or plugin that exposes API via which I could securely access wordpress data(posts, widgets/their data and etc.)?
Main reason is for admin of the website to post data once and have it on both, app and website.
Making Hybrid/Web app is declined, as app should feel and look native and all these wordpress to mobile plugins that "convert" website are not an option.
Thank you in advance for any suggestions and/or links.
There is an existing wordpress website and I would like to make native app(probably will do crossplatform native with React Native as I have experience with it) for it. So my question is: is there an API or plugin that exposes API via which I could securely access wordpress data(posts, widgets/their data and etc.)?
Main reason is for admin of the website to post data once and have it on both, app and website.
Making Hybrid/Web app is declined, as app should feel and look native and all these wordpress to mobile plugins that "convert" website are not an option.
Thank you in advance for any suggestions and/or links.
You can access WordPress data using WordPress REST API. If you want to know how to use the REST API from a React Native app, then give a read to this article.