I am completely new to React Native and I would like to develop my first RN app. I have experience with React and building iOS apps with Swift, but I have never tried React Native.
I see that there are two main ways of creating a new app, either with react-native init
or through Expo. Which is the preferred toolchain for someone of my experience? Can somebody explain the tradeoffs between the two?