I am in the process of trying to convert a react.js app to react-native. What are some common pitfalls when doing this?
I do not see any tutorials of people doing this..
So I have another pre-existing React-Native app already referenced by my iOS project as a framework.. will this cause any issues by adding this new additional react-native app?
Should I be expecting a lot of time resolving js-libraries, having a hard time converting html components / styles to react?
Would it just make sense importing my react.js app into the framework (I have access to the framework's react-native source code).. instead of creating a new rn app?