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 c584f1f commit f7568a6Copy full SHA for f7568a6
docs/framework/react/guides/react-native.md
@@ -17,7 +17,7 @@ Here is an example:
17
{field => (
18
<>
19
<Text>Age:</Text>
20
- <TextInput value={field.state.value} onChangeText={handleChange} />
+ <TextInput value={field.state.value} onChangeText={field.handleChange} />
21
{
22
field.state.meta.errors
23
? <Text>{field.state.meta.errors.join(', ')}</Text>
0 commit comments