mirror of
https://github.com/callstack/react-native-testing-library.git
synced 2026-09-18 23:09:04 +08:00
95b4889fe9
* Proof of concept - CodeSandbox embed * Prettier fix * Moved examples below API Reference * Created the examples directory Includes react-navigation example * Article on React Navigation * Specify rootDir for testing Prevents CI to run example tests * remove jest-transform-stub and identity-obj-proxy, add transformIgnorePatterns * update docs * rearrange * remove non-essential files * rename Navigation -> AppNavigator * reword comment * add links and explanations * remove index file, because it's not an app anyway Co-authored-by: Michał Pierzchała <thymikee@gmail.com>
8 lines
143 B
JSON
8 lines
143 B
JSON
{
|
|
"docs": {
|
|
"Introduction": ["getting-started"],
|
|
"API Reference": ["api", "api-queries"],
|
|
"Examples": ["react-navigation"]
|
|
}
|
|
}
|