Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
RichardLindhout committed Jun 19, 2023
1 parent 9beff44 commit 4805f15
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Simple form library for React Native with great UX for developer and end-user ap
- ~~Nested forms~~ (don't work well yet)
- Great decimal support with support for , notation and automatically convert it to a Number object

See a demo: https://twitter.com/RichardLindhout/status/1344009881863516165
See an (older) demo: https://twitter.com/RichardLindhout/status/1344009881863516165

## Installation

Expand All @@ -47,7 +47,7 @@ npm install react-native-use-form

## Import some localized strings
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.
Currently we have en/nl/de/pl/pt/ar/ko/frf translations but it's really easy to add one extra since it are only some labels and error messages.

```tsx
// e.g in your index.js
Expand Down

0 comments on commit 4805f15

Please sign in to comment.