Luís Machado
Luís Machado
@persocon currently, the import function is only able to import the rating history, but that will hopefully change soon. However, you now already have your data and once the functionality...
@oferRounds you can try something like this: ``` import React from 'react'; import * as Animatable from 'react-native-animatable'; class TransitionText extends React.Component { componentWillUpdate() { this.text.pulse(400); } handleTextRef = ref...
@iagorm you can add the animations you want on an imperative way in componentWillUpdate method like described [here](https://github.com/oblador/react-native-animatable#imperative-usage). The code above it is only an example on how to do...
I have the same issue, any solution?
i have the same problem
can you submit a pull request?