In our company we decided that we will not use separate Login/Register/ChangePassword forms for React Weband React Native and we will rather make React Web forms once and them reuse them in React Native.
This means that user of Native app clicks on Login button and default browser is opened to log in. After successfull login, user is redirected back into Native app as alrady logged.
I think this is very common in Hybrid Native apps, but I not found any docs how to achieve this in React Native.
Can anybody help me with quick example or redirect me to some docs/post?