@expo/vector-icons
Advanced tools
Comparing version 10.0.2 to 10.0.3
@@ -0,1 +1,2 @@ | ||
import { Platform } from 'react-native'; | ||
import createMultiStyleIconSet from './createMultiStyleIconSet'; | ||
@@ -31,5 +32,8 @@ export const FA5Style = { | ||
fontFile, | ||
fontStyle: { | ||
fontWeight, | ||
}, | ||
fontStyle: Platform.select({ | ||
ios: { | ||
fontWeight, | ||
}, | ||
default: {}, | ||
}), | ||
glyphMap, | ||
@@ -36,0 +40,0 @@ }; |
{ | ||
"name": "@expo/vector-icons", | ||
"sideEffects": false, | ||
"version": "10.0.2", | ||
"version": "10.0.3", | ||
"description": "Built-in support for popular icon fonts and the tooling to create your own Icon components from your font and glyph map. This is a wrapper around react-native-vector-icons to make it compatible with Expo.", | ||
@@ -6,0 +6,0 @@ "main": "build/IconsLazy.js", |
@@ -0,1 +1,2 @@ | ||
import { Platform } from 'react-native'; | ||
import createMultiStyleIconSet from './createMultiStyleIconSet'; | ||
@@ -37,5 +38,8 @@ | ||
fontFile, | ||
fontStyle: { | ||
fontWeight, | ||
}, | ||
fontStyle: Platform.select({ | ||
ios: { | ||
fontWeight, | ||
}, | ||
default: {}, | ||
}), | ||
glyphMap, | ||
@@ -42,0 +46,0 @@ }; |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
6624045
39582