SparrowCool

  • Pure function components that fully embrace hooks
  • Components are wrapped in react.Memo () for better performance
  • Rich in parameters, whether highly customizable or rapid development, can be arbitrary
  • Perfect support for TypeScript
  • Components behave the same on Android and Ios
  • Follow React/React Native with new features, new features, and future expansion
  • Light weight, simple and easy to use

The installation

$ yarn add sparrowcool
Copy the code

or

$ npm install sparrowcool
Copy the code

use

import { ImmersiveSafeAreaView } from 'sparrowcool';

<ImmersiveSafeAreaView />;
Copy the code

GitHub