Skip to content

Commit c7fbc6d

Browse files
github-actions[bot]gianpajyjosemrpmohiburrahman
authored
chore: update upstream to v6.3.4 (#106)
* 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>
1 parent 201e849 commit c7fbc6d

File tree

3 files changed

+8103
-2840
lines changed

3 files changed

+8103
-2840
lines changed

.github/actions/setup-jdk-generate-apk/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ runs:
3030
uses: actions/setup-java@v3
3131
with:
3232
distribution: 'zulu' # See 'Supported distributions' for available options
33-
java-version: '11'
33+
java-version: '17'
3434
- name: Setup Gradle
3535
uses: gradle/gradle-build-action@v2
3636

docs/src/content/docs/faq.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ This starter kit is designed to benefit a wide range of React Native developers,
2020

2121
3. **For teams:** It ensures consistency across projects and team members, making it easier to onboard new developers and maintain code quality.
2222

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.
2424

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.
2626

2727
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.
2828

@@ -32,19 +32,19 @@ Remember, you don't have to use the entire starter kit as-is. Feel free to cherr
3232

3333
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.
3434

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.
3636

3737
> "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
3838
3939
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.
4040

41-
### How is behind the starter kit?
41+
### Who is behind the starter kit?
4242

4343
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.
4444

4545
### Can you include X feature or library?
4646

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.
4848

4949
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.
5050

0 commit comments

Comments
 (0)