I'm new with app developing. I'm using react-native 0.63.2 and i've created my project with Expo. There are no ios and android folders So, should we have to have these folders to run pod install and correctly link the React Native app to the futur iOS app or this is not necessary anymore? Because with the command npx create-react-native-app to create a project, they do exist. Thanks.
No you don't need pod install here.. you can build your application without using xcode or android studio... expo handles it all :)
PS: for start use expo start
and to build expo build:ios