react-native-animatable
react-native-animatable copied to clipboard
Standard set of easy to use animations and declarative transitions for React Native
We have a project over RN v0.61.5. We are using React Navigation v4. We are facing this error while using your library. Please help me out.  from 3.0.1 to 3.0.4. Changelog Sourced from plist's changelog. 3.0.4 / 2021-08-27 inline [email protected] to eliminate security warning false positive (Mike Reinstein) 3.0.3 / 2021-08-04 update xmldom to...
Bumps [plist](https://github.com/TooTallNate/node-plist) from 3.0.1 to 3.0.4. Changelog Sourced from plist's changelog. 3.0.4 / 2021-08-27 inline [email protected] to eliminate security warning false positive (Mike Reinstein) 3.0.3 / 2021-08-04 update xmldom to...
Bumps [plist](https://github.com/TooTallNate/node-plist) from 3.0.1 to 3.0.4. Changelog Sourced from plist's changelog. 3.0.4 / 2021-08-27 inline [email protected] to eliminate security warning false positive (Mike Reinstein) 3.0.3 / 2021-08-04 update xmldom to...
I'm trying to do a simple `Animated.View` fade in with some shadow props: ```js { this.bubble = bubble; }} style={[ { borderRadius: 100, height: 48, width: 224, flex: 1, borderWidth:...
For some reason, `{ "__esModule": true }` is being included in the array of animation definitions pre-installed in the library. This causes the app to crash without fail, throwing this...