@dubsdotapp/expo 0.3.6 → 0.3.7

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 CHANGED
@@ -6187,7 +6187,7 @@ function ArcadeLeaderboardSheet({
6187
6187
  ],
6188
6188
  children: [
6189
6189
  /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(import_react_native22.View, { style: styles16.rankCol, children: /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(RankLabel, { index }) }),
6190
- item.avatar ? /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(import_react_native22.Image, { source: { uri: item.avatar }, style: styles16.avatar }) : /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(import_react_native22.View, { style: [styles16.avatar, { backgroundColor: t.border }] }),
6190
+ item.avatar ? /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(import_react_native22.Image, { source: { uri: ensurePngAvatar(item.avatar) }, style: styles16.avatar }) : /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(import_react_native22.View, { style: [styles16.avatar, { backgroundColor: t.border }] }),
6191
6191
  /* @__PURE__ */ (0, import_jsx_runtime19.jsxs)(import_react_native22.View, { style: styles16.nameCol, children: [
6192
6192
  /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(import_react_native22.Text, { style: [styles16.name, { color: t.text }], numberOfLines: 1, children: item.username || `${item.wallet_address.slice(0, 4)}...${item.wallet_address.slice(-4)}` }),
6193
6193
  /* @__PURE__ */ (0, import_jsx_runtime19.jsxs)(import_react_native22.Text, { style: [styles16.lives, { color: t.textMuted }], children: [