React is UI library for the view of your web app using javascript and JSX while React native is an extra library on the top of React, to make a native app for iOS and Android devices.
If your requirement revolves around building interactive web interfaces, go for ReactJS, and if it is around building cross-platform native apps, then React Native is the right choice.