react-native-floating-hearts
react-native-floating-hearts copied to clipboard
Periscope floating hearts animation for React Native
Release apk killed when I just import this module. Never use. just import my js file header. But it's working on debug mode
View.propTypes.style isn't valid and printed a deprecation message for several releases before it was removed. Use ViewPropTypes.style instead.
TypeError: undefined is not an object (evaluating '_reactNative.View.propTypes.style') This error shows "react-native": "0.63.2", "react-native-elements": "^2.3.2", "react-native-floating-hearts": "^0.0.9",
``` js Unhandled JS Exception: undefined is not an object (evaluating '_reactNative.View.propTypes.style') ```
Hey users! Details about my issue. The project is using proptypes from react which are deprecated at this point and moved to prop-types module. Please try to fetch proper prop...
-Added props for rightMin and rightMax for x range. -Added shrinkTo prop so hearts shrink as they go up.