react native tutorial

CSS
https://www.tutorialspoint.com/react_native/index.htmvisit :- https://software-mansion.github.io/react-native-gesture-handler/docs/getting-started.html
/* Answer to: "flutter vs react native" */

/*
  Flutter engine has most of the native components in the framework
  itself and it doesn't always need a bridge to communicate with the
  native components.
  
  React Native, however, uses the JavaScript bridge to communicate
  with native modules, which results in poor performance.
*/
Source

Also in CSS: