mirror of
https://github.com/zhigang1992/react-native-paper.git
synced 2026-06-11 00:08:51 +08:00
* feat: initial implementation of banner component. * feat: add props description. * refactor: Change the way banner is structured. * refactor: small refactor of banner component and example. * refactor: remove some not needed logic from banner and add example. * refactor: refactor of banner props description and little clean up in component. * refactor: simplify implementation of banner * feat: add snapshot tests for banner. * feat: add banner gif. * fix: fix example. * fix: reduce banner gif size. * fix: reduce gif size even more.
Run the example
- View and edit it with Expo Snack
- Run the example locally
- Clone the repository and
cdto this directory - Run
yarnto install the dependencies - Run
yarn startto start the packager - Follow the instructions to open it with the Expo app
- Clone the repository and