Posts

Showing posts with the label create-react-app

React native vs create react native app

I want to start with react native app development and need help to decide on which path I should go. The main question is: should I go with react native or create react native app? From what I understand, CRNA really is react native using the expo client and tools, with a more comfortable use (no dev account required, etc) I can see the advantages with using CRNA over react native (no being no need to set up dependencies, faster time to start with developing, no need for iPhone dev account or xcode+android combi, etc.) However, as not all native libraries are included, I see myself in the need to export my app at a later point anyway and continue to work with xcode and android studio just like before. So, if CRNA is just a nice way to get started with everything, then I would go for vanilla react native right away as I see no point in a temporary solution at all. Also, and maybe you can correct me on this, I do not like the idea to have just another wrapper on top of my...