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 52370b7 commit fe4bcc4Copy full SHA for fe4bcc4
src/content/10/en/part10d.md
@@ -187,7 +187,7 @@ The second very important React Native Testing Library concept is firing events.
187
```javascript
188
import { useState } from 'react';
189
import { Text, TextInput, Pressable, View } from 'react-native';
190
-import { render, fireEven, screen } from '@testing-library/react-native';
+import { render, fireEvent, screen } from '@testing-library/react-native';
191
192
const Form = ({ onSubmit }) => {
193
const [username, setUsername] = useState('');
0 commit comments