react native - Best framework to design cross-plat library -


i need build library(not app) can used in ios apps, android apps, web pages(and windows apps later). library exposes function accepts few parameters, example, string topic. function accesses few device info, if applicable, advertising id of device , queries back-end service data. once data ready, function invokes callback/sends event native application(ios app/android app/web page) indicating data ready along data. data might object or webview.

void gettopvotedarticle(string topic)

which framework recommend? currently, considering using react native. however, documentation around communication native platform rn components poor. examples of rn assumes app or part of app build using rn. possible build library using rn satisfy above requirement? also, there examples of such libraries written using rn. please feel free recommend other approach/framework use.

microsoft provides exceptional documentation on how develop apache cordova , how incorporate plugins , other things in app (push notifications, external auth, easy tables, easy api, etc.) if download visual studio tools apache cordova, , create mobile apps quickstart azure, can develop apps quickly.


Comments

Popular posts from this blog

resizing Telegram inline keyboard -

command line - How can a Python program background itself? -

php - "cURL error 28: Resolving timed out" on Wordpress on Azure App Service on Linux -