Skip to content

Commit e32f10f

Browse files
committed
react-native: fix Send Funds screen not allowing decimal amounts
1 parent c328aa1 commit e32f10f

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.changeset/clear-seals-kneel.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"thirdweb": patch
3+
---
4+
5+
[React Native] Fixed Send Funds screen not allowing decimal amounts

packages/thirdweb/src/react/native/ui/connect/SendScreen.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ export const SendScreen = (props: SendScreenProps) => {
183183
Amount
184184
</ThemedText>
185185
<ThemedInput
186-
inputMode="numeric"
186+
inputMode="decimal"
187187
onChangeText={setAmount}
188188
rightView={
189189
<ThemedText

0 commit comments

Comments
 (0)