Skip to content

Commit 1b82bdc

Browse files
author
Kuldeep Saxena
authored
Update README.md
1 parent ea53614 commit 1b82bdc

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -313,6 +313,12 @@ Field components are subscribed to the state changes of a particular control whi
313313

314314
Its an another performance booster in RRF, it just holds the computation needed to be made after every keystroke or value changes until you want to execute.It has three options `change`(default), `blur` and `submit`, you can define all of them at both field and record level.
315315

316+
### Is this library compatible with React Native?
317+
318+
Yes, this library works with react-native also, currently it supports react-native `TextInput` and `Switch` component.
319+
320+
321+
316322

317323
Let's make React Reactive Forms better! If you're interested in helping, all contributions are welcome and appreciated.
318324

0 commit comments

Comments
 (0)