You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -48,7 +48,7 @@ When creating this starter kit, we had several guiding principles in mind::
48
48
- 🧪 Unit testing setup with [Jest](https://jestjs.io/) and [React Testing Library](https://testing-library.com/docs/react-testing-library/intro/).
49
49
- 🔍 E2E testing capabilities with [Maestro](https://maestro.mobile.dev/) for comprehensive app testing.
50
50
51
-
## 🤔 Is this starter for me?
51
+
## Is this starter for me?
52
52
53
53
Yes 😀
54
54
@@ -60,19 +60,19 @@ This starter kit is designed to benefit a wide range of React Native developers,
60
60
61
61
3.**For teams:** It ensures consistency across projects and team members, making it easier to onboard new developers and maintain code quality.
62
62
63
-
4.**For explorers:** Even if you prefer not to use starter kits, this project can serve as a valuable reference. You can explore the codebase, documentation, and architectural decisions to gain insights and potentially adopt specific solutions for your own projects.
63
+
4.**For explorers:** Even if you prefer not to use starter kits, this project can serve as a valuable reference. You can explore the codebase, documentation, and architectural decisions to gain insights and potentially adopt specific solutions for your projects.
64
64
65
-
5.**For learners:** The starter kit incorporates up-to-date libraries and patterns, offering an opportunity to familiarize yourself with current best practices in the React Native ecosystem.
65
+
5.**For learners:** The starter kit incorporates up-to-date libraries and patterns, allowing you to familiarize yourself with current best practices in the React Native ecosystem.
66
66
67
67
6.**For AI-assisted development:** This starter kit works well with AI coding tools. It provides a solid structure and best practices that can guide AI-generated code. This helps ensure that AI assistance leads to high-quality, maintainable code that fits well within your project.
68
68
69
69
Remember, you don't have to use the entire starter kit as-is. Feel free to cherry-pick ideas, configurations, or code snippets that align with your project needs. Whether you're building a new app from scratch or looking to improve your existing development process, this starter kit can provide valuable insights and practical solutions.
70
70
71
-
## 😉 Why Expo and not React Native CLI?
71
+
## Why Expo and not React Native CLI?
72
72
73
73
We have been using Expo as our main framework since the introduction of [Continuous Native Generation (CNG)](https://docs.expo.dev/workflow/continuous-native-generation/) concept and we are happy with the experience.
74
74
75
-
I think this question is not valid anymore specially after the last React conference when the core react native team recommended using Expo for new projects.
75
+
I think this question is not valid anymore, especially after the last React conference when the core React native team recommended using Expo for new projects.
76
76
77
77
> "As of today, the only recommended community framework for React Native is Expo. Folks at Expo have been investing in the React Native ecosystem since the early days of React Native and as of today, we believe the developer experience offered by Expo is best in class." React native core team
0 commit comments