Skip to content

Commit 87ab007

Browse files
committed
Merge branch 'master' into feature/eslint-new-rules
2 parents 3fc192c + eb3b710 commit 87ab007

File tree

4 files changed

+8116
-2941
lines changed

4 files changed

+8116
-2941
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

cli/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-rootstrap-rn-app",
3-
"version": "1.3.0",
3+
"version": "1.3.1",
44
"description": "Rootstrap expo starter cli",
55
"homepage": "https://github.com/rootstrap/react-native-template",
66
"repository": {
@@ -19,6 +19,7 @@
1919
"files": [
2020
"index.js",
2121
"utils.js",
22+
"project-files-manager.js",
2223
"clone-repo.js",
2324
"setup-project.js"
2425
],

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)