@dubsdotapp/expo 0.5.10 → 0.5.11
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.d.mts +1477 -0
- package/dist/index.d.ts +1477 -0
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
- package/src/ui/game/JoinGameSheet.tsx +1 -1
package/package.json
CHANGED
|
@@ -216,7 +216,7 @@ export function JoinGameSheet({
|
|
|
216
216
|
<Text style={styles.successEmoji}>🎉</Text>
|
|
217
217
|
<Text style={styles.successTitle}>You're in!</Text>
|
|
218
218
|
<Text style={styles.successSub}>
|
|
219
|
-
{formatSol(
|
|
219
|
+
{formatSol(wager)} SOL on {selectedTeam === 'home' ? homeName : awayName}
|
|
220
220
|
</Text>
|
|
221
221
|
</Animated.View>
|
|
222
222
|
</View>
|