@dubsdotapp/expo 0.3.6 → 0.3.8
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.
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
- package/src/ui/game/ArcadeLeaderboardSheet.tsx +2 -1
package/dist/index.mjs
CHANGED
|
@@ -6205,7 +6205,7 @@ function ArcadeLeaderboardSheet({
|
|
|
6205
6205
|
],
|
|
6206
6206
|
children: [
|
|
6207
6207
|
/* @__PURE__ */ jsx19(View16, { style: styles16.rankCol, children: /* @__PURE__ */ jsx19(RankLabel, { index }) }),
|
|
6208
|
-
item.avatar ? /* @__PURE__ */ jsx19(Image6, { source: { uri: item.avatar }, style: styles16.avatar }) : /* @__PURE__ */ jsx19(View16, { style: [styles16.avatar, { backgroundColor: t.border }] }),
|
|
6208
|
+
item.avatar ? /* @__PURE__ */ jsx19(Image6, { source: { uri: ensurePngAvatar(item.avatar) }, style: styles16.avatar }) : /* @__PURE__ */ jsx19(View16, { style: [styles16.avatar, { backgroundColor: t.border }] }),
|
|
6209
6209
|
/* @__PURE__ */ jsxs17(View16, { style: styles16.nameCol, children: [
|
|
6210
6210
|
/* @__PURE__ */ jsx19(Text17, { style: [styles16.name, { color: t.text }], numberOfLines: 1, children: item.username || `${item.wallet_address.slice(0, 4)}...${item.wallet_address.slice(-4)}` }),
|
|
6211
6211
|
/* @__PURE__ */ jsxs17(Text17, { style: [styles16.lives, { color: t.textMuted }], children: [
|