I'm new to app development and this has been confusing me.
I have a project created in react-native that I want to be available for both android and iOS. I've watched a few tutorials on how to create a firebase database for the backend for react native and some of them select the 'Web' version while building the app.
So am I correct in assuming that I just need to select the 'Web' version and my app would still work for both iOS and android? (I don't need to select the android AND the iOS versions as well)
Thanks for the help!
