React Native uses React's component model and JSX — building UIs from reusable components that return JSX. If you know React for web, this transfers directly; the main difference is using native components instead of HTML elements.
Components and JSX
() {
(
);
}
() {
(
);
}
