I want to open website in React-Native app with below requirements:
- Open website from app
- Select appropriate record from list
- Click on Edit button
- Edit appropriate details
- Click on Save button
Above is requirement to provide user better experience from app rather than going to website and do multiple clicks. How to achieve above in React-Native?
PS: We used to use WebBrowserControl in desktop windows app for above requirement and want to replicate same in React-Native android app.