You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What is the expected behavior? animationIterationCount should accept string values for multiple animations, much in the same way animationDuration does. There should be no Failed prop type error.
OS: macOS Sierra 10.13.6 Browser: Chrome 67.0.3396.99 React Native for Web (version): 0.8.8 React (version): 16.3.1
The text was updated successfully, but these errors were encountered:
The CSS base styles for certain primitives are implemented using classic CSS to
reduce browser layout times and better support 'null' values in
StyleSheet-defined styles. Combined with the previous patch this reduces the
benchmark layout times by about 30%.
Ref #1136Fix#1044Fix#1223Fix#13
The CSS base styles for certain primitives are implemented using classic CSS to
reduce browser layout times and better support 'null' values in
StyleSheet-defined styles. Combined with the previous patch this reduces the
benchmark layout times by about 30%.
Ref #1136Fix#1044Fix#1223Fix#13
Do you want to request a feature or report a bug?
A bug.
If the current behavior is a bug, please provide the steps to reproduce and
if a minimal demo of the problem via Glitch or similar (template:
https://glitch.com/edit/#!/react-native-web-playground).
Glitch demo code: https://glitch.com/edit/#!/zesty-carpenter?path=src/App/index.js:46:2
Live Glitch demo: https://zesty-carpenter.glitch.me/
Reproduction steps:
styles.animation
:Warning: Failed prop type: Invalid prop
animationIterationCountsupplied to
View.
What is the expected behavior?
animationIterationCount
should accept string values for multiple animations, much in the same wayanimationDuration
does. There should be noFailed prop type
error.OS: macOS Sierra 10.13.6
Browser: Chrome 67.0.3396.99
React Native for Web (version): 0.8.8
React (version): 16.3.1
The text was updated successfully, but these errors were encountered: