Skip to content

Commit f6948fb

Browse files
committed
chore: solve conflicts
1 parent 54849fb commit f6948fb

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+169
-7621
lines changed

.github/workflows/expo-doctor.yml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -44,28 +44,14 @@ jobs:
4444
- name: 📦 Setup Node + PNPM + install deps
4545
uses: ./.github/actions/setup-node-pnpm-install
4646

47-
<<<<<<< HEAD
4847
- name: 🚑 Run Doctor Checks
4948
run: |
5049
chmod +x .github/scripts/expo-doctor.sh
51-
=======
52-
- name: Run prebuild
53-
run: pnpm run prebuild
54-
55-
- name: 🚑 Run Doctor Checks
56-
run: |
57-
chmod +x .github/scripts/expo-doctor.sh
58-
rm -rf ios android
59-
>>>>>>> c7bb80d
6050
.github/scripts/expo-doctor.sh
6151
6252
- name: Add doctor report as comment on PR
6353
if: github.event_name == 'pull_request' && always()
6454
uses: marocchino/sticky-pull-request-comment@v2
6555
with:
6656
header: expo-doctor
67-
<<<<<<< HEAD
68-
path: .expo/expo-doctor.md
69-
=======
7057
path: .expo/expo-doctor.md
71-
>>>>>>> c7bb80d

.husky/pre-commit

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
<<<<<<< HEAD
2-
=======
3-
4-
>>>>>>> c7bb80d
51
. "$(dirname "$0")/common.sh"
62

73

.prettierrc.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@
22
const config = {
33
singleQuote: true,
44
endOfLine: 'auto',
5-
<<<<<<< HEAD
6-
=======
7-
trailingComma: 'es5',
8-
>>>>>>> c7bb80d
95
};
106

117
module.exports = config;

README.md

Lines changed: 0 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ This template brings several key advantages. It provides our team with a consist
3939
- 🎯 Localization with [i18next](https://www.i18next.com/), along with Eslint for validation.
4040
- 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.
4141

42-
<<<<<<< HEAD
4342
## ✍️ Documentation 🚧 UNDER CONSTRUCTION 🚧
4443

4544
- [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
5150
- [Forms](https://rootstrap.github.io/react-native-template/ui-and-theme/forms/)
5251
- [Data fetching](https://rootstrap.github.io/react-native-template/guides/data-fetching/)
5352
- [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.
84-
>>>>>>> c7bb80d
8553

8654
## 🧑‍💻 Stay up to date
8755

__mocks__/expo-localization.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ export const locale = 'en-US';
22
export const locales = ['en-US'];
33
export const timezone = 'UTC';
44
export const isRTL = false;
5-
<<<<<<< HEAD
65

76
export const getLocales = () => [
87
{
@@ -17,5 +16,3 @@ export const getLocales = () => [
1716
regionCode: 'US',
1817
},
1918
];
20-
=======
21-
>>>>>>> c7bb80d

app.config.ts

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -42,13 +42,8 @@ export default ({ config }: ConfigContext): ExpoConfig => ({
4242
ios: {
4343
supportsTablet: true,
4444
bundleIdentifier: Env.BUNDLE_ID,
45-
<<<<<<< HEAD
4645
config: {
4746
usesNonExemptEncryption: false,
48-
=======
49-
infoPlist: {
50-
ITSAppUsesNonExemptEncryption: false,
51-
>>>>>>> c7bb80d
5247
},
5348
},
5449
experiments: {
@@ -69,11 +64,7 @@ export default ({ config }: ConfigContext): ExpoConfig => ({
6964
[
7065
'expo-splash-screen',
7166
{
72-
<<<<<<< HEAD
7367
backgroundColor: '#000000',
74-
=======
75-
backgroundColor: '#2E3C4B',
76-
>>>>>>> c7bb80d
7768
image: './assets/splash-icon.png',
7869
imageWidth: 150,
7970
},

docs/astro.config.mjs

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,18 +8,11 @@ const base = 'react-native-template';
88

99
// https://astro.build/config
1010
export default defineConfig({
11-
<<<<<<< HEAD
1211
site,
1312
base,
1413
integrations: [
1514
starlight({
1615
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
2316
plugins: [starlightLlmsTxt()],
2417
description: `Your All-in-One Solution for Building Outstanding React Native/Expo Apps. From editor setup to store submission, we've got you covered!`,
2518
expressiveCode: {

0 commit comments

Comments
 (0)