diff --git a/README.md b/README.md index f78a233..3f0efb6 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,7 @@ React-native-confetti-cannon

+![https://img.shields.io/badge/Platforms-iOS%20%7C%C2%A0Android%20%7C%20Web-blue](https://img.shields.io/badge/Platforms-iOS%20%7C%C2%A0Android%20%7C%20Web-blue) [![CircleCI](https://circleci.com/gh/VincentCATILLON/react-native-confetti-cannon.svg?style=svg)](https://circleci.com/gh/VincentCATILLON/react-native-confetti-cannon) ## Installation @@ -31,4 +32,10 @@ const MyComponent = () => ( | explosionSpeed | number | explosion duration (ms) from origin to top | | 350 | | fallSpeed | number | fall duration (ms) from top to bottom | | 3000 | | fadeOut | boolean | make the confettis disappear at the end | | false | -| colors | Array | give your own colors to the confettis | | default colors | +| colors | Array | give your own colors to the confettis | | default colors | + +## :warning: Warning + +It is strongly recommended to use 1.2.0 or higher to avoid this warning introduced in [React-Native 0.62](https://github.com/react-native-community/releases/blob/master/CHANGELOG.md#deprecated): + +> Animated: useNativeDriver was not specified. This is a required option and must be explicitly set to true or false