We are using 0.2.1, and just instantiating a button throws a warning.
const AnimatedButton = Animated.createAnimatedComponent('button');
The warning is:
Unsupported style property ::-moz-focus-inner. Did you mean ::MozFocusInner?
in button (at createAnimatedComponent.js:76)
My suspicion is this involves something around here (
|
var prefixes = ['Webkit', 'ms', 'Moz', 'O']; |
) but I cannot be sure. Any instincts off hand? Happy to help if I can.