Skip to content

Commit

Permalink
feat: add support for locale + regex + simpler code
Browse files Browse the repository at this point in the history
  • Loading branch information
RichardLindhout committed Dec 15, 2022
1 parent 4d64157 commit 86a3a68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ npm install react-native-use-form


## Import some localized strings
Ideally you do this somewhere in your `index.js` before `react-native-paper-dates` is used.
Ideally you do this somewhere in your `index.js` before `react-native-use-form` is used.
Currently we have en/nl/de/pl/pt/ar/ko/fr translations but it's really easy to add one extra since it are only some labels and error messages.

```tsx
Expand Down

0 comments on commit 86a3a68

Please sign in to comment.