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
* Update faq.md
Mainly from:
- How is behind the starter kit?
to ->
- Who is behind the starter kit?
* fix: fix typos on readme
* Fix: ERR_PNPM_RECURSIVE_EXEC_FIRST_FAIL Command "prebuild:development" not found
* Fix: Android gradle plugin issue with java version
* fix: fix expo doctor warning
* 6.3.4
---------
Co-authored-by: Gianfranco P <[email protected]>
Co-authored-by: Youssouf EL Azizi <[email protected]>
Co-authored-by: MD. MOHIBUR RAHMAN <[email protected]>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Copy file name to clipboardExpand all lines: docs/src/content/docs/faq.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
@@ -20,9 +20,9 @@ This starter kit is designed to benefit a wide range of React Native developers,
20
20
21
21
3.**For teams:** It ensures consistency across projects and team members, making it easier to onboard new developers and maintain code quality.
22
22
23
-
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.
23
+
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.
24
24
25
-
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.
25
+
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.
26
26
27
27
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.
28
28
@@ -32,19 +32,19 @@ Remember, you don't have to use the entire starter kit as-is. Feel free to cherr
32
32
33
33
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.
34
34
35
-
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.
35
+
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.
36
36
37
37
> "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
38
38
39
39
Still hesitating? Check out this [article](https://reactnative.dev/blog/2024/06/25/use-a-framework-to-build-react-native-apps) or this [video](https://www.youtube.com/watch?v=lifGTznLBcw), maybe this one [video](https://www.youtube.com/watch?v=ek_IdGC0G80) too.
40
40
41
-
### How is behind the starter kit?
41
+
### Who is behind the starter kit?
42
42
43
43
This starter kit is maintained by the [Obytes mobile tribe team](https://www.obytes.com/team) since 2021. At Rootstrap we've started using it during 2024. We actively use it for our projects and make slight modifications to better adjust to our workflow, experience and projects. The template is open-source, released under the MIT license, ensuring flexibility for users. Our commitment to this template is ongoing; we will continue to sync it with the Obytes starter kit, maintain it and improve it as long as it remains a core part of our internal development process.
44
44
45
45
### Can you include X feature or library?
46
46
47
-
We aim to keep the starter as simple and straightforward as possible. Based on our experience, we believe the current setup provides a solid foundation for most projects.
47
+
We aim to keep the starter as simple as possible. Based on our experience, we believe the current setup provides a solid foundation for most projects.
48
48
49
49
The starter is opinionated, reflecting our best practices. If you disagree with some of our choices, that's perfectly fine. The starter is designed to be easily customizable to suit your specific needs.
0 commit comments