Skip to content

Commit 5e9d7f3

Browse files
author
stevegalili
committed
Merge remote-tracking branch 'origin/docs/cookbook-shoutout-ready' into docs/cookbook-shoutout-ready
2 parents 32c522a + 9793544 commit 5e9d7f3

File tree

1 file changed

+17
-6
lines changed

1 file changed

+17
-6
lines changed

examples/cookbook/README.md

Lines changed: 17 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,30 @@
1-
# RNTL Cookbook
1+
<p align="center">
2+
<img alt="banner" src="https://github.com/user-attachments/assets/9f34e38a-32a1-422a-a906-9428036fcd85">
3+
</p>
24

3-
This example app gathers recipes from
4-
the [RNTL Cookbook](https://callstack.github.io/react-native-testing-library/cookbook).
5+
# React Native Testing Library Cookbook App
6+
Welcome to the React Native Testing Library (RNTL) Cookbook! This app is designed to provide developers with a collection of best practices, ready-made recipes, and tips & tricks to help you effectively test your React Native applications. Whether you’re just starting out with testing or looking to deepen your skills, this cookbook offers something for everyone.
57

68
Each recipe described in the Cookbook should have a corresponding code example screen in this repo.
79

810
Note:
911
Since examples will showcase usage of different dependencies, the dependencies in `package.json`
1012
file will grow much larger that in a normal React Native. This is fine 🐶☕️🔥.
1113

12-
13-
## Running the app
14-
14+
## Running the App
1515
1. Clone the repo `git clone [email protected]:callstack/react-native-testing-library.git`
1616
2. Go to the `examples/cookbook` directory `cd examples/cookbook`
1717
3. Install dependencies `yarn`
1818
4. Run the app `yarn start`
1919
5. Run the app either on iOS or Android by clicking on `i` or `a` in the terminal.
20+
21+
## How to Contribute
22+
We invite all developers, from beginners to experts, to contribute your own recipes! If you have a clever solution, best practice, or useful tip, we encourage you to:
23+
24+
1. Submit a Pull Request with your recipe.
25+
2. Join the conversation on GitHub [here](https://github.com/callstack/react-native-testing-library/issues/1624) to discuss ideas, ask questions, or provide feedback.
26+
27+
## Screenshots From the App
28+
| Home Screen | Phonebook with Net. Req. Example |
29+
| ------ | ----- |
30+
| ![simulator_screenshot_103EC79C-D922-49C0-90CC-CED23AEE5373](https://github.com/user-attachments/assets/5260ccd5-123a-445f-916d-53f71ae59aca) | ![simulator_screenshot_E72AE63D-1E8D-42BB-A083-DC46736E607A](https://github.com/user-attachments/assets/692f8c96-72aa-48c1-8b26-fde1f6efc8b6) |

0 commit comments

Comments
 (0)