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
-32Lines changed: 0 additions & 32 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,7 +39,6 @@ This template brings several key advantages. It provides our team with a consist
39
39
- 🎯 Localization with [i18next](https://www.i18next.com/), along with Eslint for validation.
40
40
- Unit testing with [Jest](https://jestjs.io/) and [React Testing Library](https://testing-library.com/docs/react-testing-library/intro/) setup to help you write tests for your app.
41
41
42
-
<<<<<<< HEAD
43
42
## ✍️ Documentation 🚧 UNDER CONSTRUCTION 🚧
44
43
45
44
-[Create new project ](https://rootstrap.github.io/react-native-template/getting-started/create-new-app/)
@@ -51,37 +50,6 @@ This template brings several key advantages. It provides our team with a consist
-[Contribute to starter](https://rootstrap.github.io/react-native-template/how-to-contribute/)
54
-
=======
55
-
## Is this starter for me?
56
-
57
-
Yes 😀
58
-
59
-
This starter kit is designed to benefit a wide range of React Native developers, from beginners to experienced professionals. Here's why it might be a good fit for you:
60
-
61
-
1.**For beginners:** It provides a solid foundation with best practices and common solutions, helping you learn industry-standard approaches to React Native development.
62
-
63
-
2.**For experienced developers:** It offers a well-structured, production-ready setup that can save you time and effort in project initialization and configuration.
64
-
65
-
3.**For teams:** It ensures consistency across projects and team members, making it easier to onboard new developers and maintain code quality.
66
-
67
-
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.
68
-
69
-
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.
70
-
71
-
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.
72
-
73
-
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.
74
-
75
-
## Why Expo and not React Native CLI?
76
-
77
-
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.
78
-
79
-
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.
80
-
81
-
> "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
82
-
83
-
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.
Copy file name to clipboardExpand all lines: docs/astro.config.mjs
-7Lines changed: 0 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -8,18 +8,11 @@ const base = 'react-native-template';
8
8
9
9
// https://astro.build/config
10
10
exportdefaultdefineConfig({
11
-
<<<<<<<HEAD
12
11
site,
13
12
base,
14
13
integrations: [
15
14
starlight({
16
15
title: 'Rootstrap React Native Template',
17
-
=======
18
-
site: 'https://starter.obytes.com/',
19
-
integrations: [
20
-
starlight({
21
-
title: 'Obytes Starter | React Native Template',
22
-
>>>>>>>c7bb80d
23
16
plugins: [starlightLlmsTxt()],
24
17
description: `Your All-in-One Solution for Building Outstanding React Native/Expo Apps. From editor setup to store submission, we've got you covered!`,
0 commit comments