We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b87b27 commit a5957bfCopy full SHA for a5957bf
scripts/error-codes/codes.json
@@ -274,5 +274,6 @@
274
"272": "The current renderer does not support hyration. This error is likely caused by a bug in React. Please file an issue.",
275
"273": "Nesting of <View> within <Text> is not currently supported.",
276
"274": "Text strings must be rendered within a <Text> component.",
277
- "275": "The current renderer does not support mutation. This error is likely caused by a bug in React. Please file an issue."
+ "275": "The current renderer does not support mutation. This error is likely caused by a bug in React. Please file an issue.",
278
+ "276": "React depends on requestAnimationFrame. Make sure that you load a polyfill in older browsers. https://fb.me/react-polyfills"
279
}
0 commit comments