what is react native

JavaScript
React Native is an open-source mobile application framework created by Facebook.

It is used to develop applications for Android, iOS, Web and UWP by enabling
developers to use React along with native platform capabilities.
npx react-native init AwesomeProject
npx react-native init MyTestApp
expo init AwesomeProject

cd AwesomeProject
npm start # you can also use: expo start
https://wix.github.io/react-native-navigation/docs/passing-data-to-components/
https://reactnative.dev/docs/getting-started
https://reactnative.dev/docs/components-and-apis
https://devdocs.io/react_native/
https://docs.sentry.io/platforms/react-native/
https://react-native-elements.github.io/react-native-elements/docs/getting_started.html
Source

Also in JavaScript: