This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
### Keybase proof | |
I hereby claim: | |
* I am schauwem on github. | |
* I am michaelschauwers (https://keybase.io/michaelschauwers) on keybase. | |
* I have a public key ASCsonzq-8mKGUI6bE_CuOlExsKX13Pk4EZUnl7b4knkKAo | |
To claim this, I am signing this object: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import React, { PureComponent } from 'react'; | |
import PropTypes from 'prop-types'; | |
import lottie from 'lottie-web'; | |
/** | |
* Preserve original sizing | |
*/ | |
const containerStyle = { | |
width: '100%', | |
height: '100%', |