@momo-kits/native-kits 0.89.13 → 0.89.15

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -38,9 +38,6 @@ fun getFont(font: String): FontFamily {
38
38
  @Composable
39
39
  fun getFontFamily(fontFamily: String, fontWeight: FontWeight? = FontWeight.Normal): FontFamily {
40
40
  val key = "$fontFamily-${fontWeight?.weight}"
41
- if (getPlatformName() == "iOS") {
42
- return FontFamily.Default
43
- }
44
41
  val fontMap = mapOf(
45
42
  "SFProText-100" to getFont("sfprotext_thin"),
46
43
  "SFProText-200" to getFont("sfprotext_ultralight"),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@momo-kits/native-kits",
3
- "version": "0.89.13",
3
+ "version": "0.89.15",
4
4
  "private": false,
5
5
  "dependencies": {},
6
6
  "devDependencies": {},