I have started to learn React out of curiosity and wanted to know the difference between React and React Native - though could not find a satisfactory answer using
React Native is for mobile applications while React is for websites(front-end). Both are frameworks invented by Facebook. React Native is a cross platform developing framework meaning one could write almost the same code for both IOS and Android and it would work. I personally know much more about React Native so I will leave it at this.