mirror of
https://github.com/callstack/react-native-testing-library.git
synced 2026-09-18 23:09:04 +08:00
9 lines
224 B
JavaScript
9 lines
224 B
JavaScript
module.exports = {
|
|
docs: {
|
|
Introduction: ['getting-started'],
|
|
'API Reference': ['api', 'api-queries'],
|
|
Guides: ['migration-v7', 'migration-v2'],
|
|
Examples: ['react-navigation', 'redux-integration'],
|
|
},
|
|
};
|