sahlhoff / react-native-pulse

React Native Pulse Animation
MIT License
149 stars 49 forks source link

Unable to set a dynamic proprety #17

Open Florin0200 opened 5 years ago

Florin0200 commented 5 years ago

I'm trying to set a dynamic proprety for eg. diameter with setState.

diameter={this.state.maxDiameter}

The value I get it's correct but the pulse effect not working.

ugrdursun commented 4 years ago

I am having the same issue. Did you find any solution ?