We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6033ef9 commit 814d75dCopy full SHA for 814d75d
example/src/App.tsx
@@ -55,6 +55,7 @@ import {
55
ro,
56
id,
57
ja,
58
+ th,
59
} from 'react-native-paper-dates'
60
import { useCallback, useState } from 'react'
61
@@ -83,6 +84,7 @@ const locales: [string, TranslationsType][] = [
83
84
['ro', ro],
85
['id', id],
86
['ja', ja],
87
+ ['th', th],
88
]
89
90
locales.forEach((locale) => {
0 commit comments