Thanks to visit codestin.com Credit goes to github.com
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 83ccbc4 commit 3ad019dCopy full SHA for 3ad019d
src/HTMLUtils.js
@@ -58,7 +58,7 @@ export const PERC_SUPPORTED_STYLES = [
58
const RNTextStylePropTypes = Object.keys(TextStylesPropTypes)
59
.reduce((acc, k) => { acc[k] = TextStylesPropTypes[k]; return acc; }, {});
60
const RNViewStylePropTypes = Object.keys(DeprecatedViewStylePropTypes)
61
- .reduce((acc, k) => { acc[k] = ViewStylesPropTypes[k]; return acc; }, {});
+ .reduce((acc, k) => { acc[k] = DeprecatedViewStylePropTypes[k]; return acc; }, {});
62
const RNImageStylePropTypes = Object.keys(DeprecatedImageStylesPropTypes)
63
.reduce((acc, k) => { acc[k] = DeprecatedImageStylesPropTypes[k]; return acc; }, {});
64
0 commit comments