mirror of
https://github.com/callstack/react-native-testing-library.git
synced 2026-09-18 23:09:04 +08:00
cf68c816c0
* Add v9 release docs * Apply suggestions from code review * chore: text adjustments Co-authored-by: Michał Pierzchała <thymikee@gmail.com>
14 lines
293 B
JavaScript
14 lines
293 B
JavaScript
module.exports = {
|
|
docs: {
|
|
Introduction: ['getting-started'],
|
|
'API Reference': ['api', 'api-queries'],
|
|
Guides: [
|
|
'migration-v9',
|
|
'migration-v7',
|
|
'migration-v2',
|
|
'how-should-i-query',
|
|
],
|
|
Examples: ['react-navigation', 'redux-integration'],
|
|
},
|
|
};
|