This repository provides a comprehensive boilerplate for testing in React Native applications, facilitating efficient and effective development.
- Pre-configured testing frameworks ( Jest, react-native-testing-library )
- Example test cases for components, hooks, and navigation
- Integrated CI/CD setup with GitHub Actions
Clone the repository. Install dependencies:
yarn install
Run tests:
yarn test
As a customer
I want the app to load users with phone number
So I can always find the user’s phone to contact
As a customer
I want to search within the user list
So easily, I can always find the user
As a customer
I want the app save my lately searched 3 users
So I can see quickly the previous users I have searched
[
{
name: "Lorem İpsum",
phoneNumber: "0555 555 55 55"
},
{
name: "Lorem İpsum",
phoneNumber: "0555 555 55 55"
},
{
name: "Lorem İpsum",
phoneNumber: "0555 555 55 55"
},
{
name: "Lorem İpsum",
phoneNumber: "0555 555 55 55"
},
]
Contributions to improve the boilerplate are welcome.
This project is licensed under MIT.