We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1fb07d2 commit 2be2b35Copy full SHA for 2be2b35
README.md
@@ -483,12 +483,14 @@ Callback that is called when an error occurs inside the date picker native code
483
484
## Testing with Jest
485
486
-If you're rendering the picker component (using the react-native-testing-library or similar), you need to mock the native module:
+If you're rendering the picker component (using the `@testing-library/react-native` or similar), you need to mock the native module:
487
488
```
489
"setupFiles": ["./node_modules/@react-native-community/datetimepicker/jest/setup.js"]
490
491
492
+For examples of how you can write your tests, look [here](/test/userlandTestExamples.test.js).
493
+
494
## Migration from the older components
495
496
Please see [migration.md](/docs/migration.md)
0 commit comments