Skip to content
This repository was archived by the owner on Dec 13, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
7786f28
Merge pull request #21 from gaureshpai/nidhi
gaureshpai Mar 16, 2025
8c24970
Merge pull request #24 from gaureshpai/nidhi
gaureshpai Mar 16, 2025
4e00f79
Merge pull request #25 from gaureshpai/main
gaureshpai Mar 16, 2025
c0db573
only react native with expo
HimanshuHegde Mar 17, 2025
705afdc
Merge branch 'him' of https://github.com/gaureshpai/epic-trails-ds in…
HimanshuHegde Mar 17, 2025
7995e04
Merge branch 'mi' of https://github.com/gaureshpai/epic-trails-ds int…
Milan-C-I Mar 17, 2025
b0ae6a6
ready to publish test
HimanshuHegde Mar 17, 2025
85f91fb
ready to publish test
HimanshuHegde Mar 17, 2025
e94a84d
typography plugins done
Milan-C-I Mar 17, 2025
9d30ca6
Merge branch 'him' of https://github.com/gaureshpai/epic-trails-ds in…
HimanshuHegde Mar 17, 2025
c5a0a87
Merge pull request #27 from gaureshpai/him
gaureshpai Mar 17, 2025
d4ae88f
Merge pull request #26 from gaureshpai/mi
gaureshpai Mar 17, 2025
34828d1
package published
gaureshpai Mar 17, 2025
7827e6c
CI
gaureshpai Mar 17, 2025
1d58039
git config additions
gaureshpai Mar 17, 2025
80aa694
markdown file additions
gaureshpai Mar 17, 2025
808bf5a
metro config differ
gaureshpai Mar 17, 2025
e037231
package changes
gaureshpai Mar 17, 2025
e2b1dc8
Update issue templates
gaureshpai Mar 17, 2025
e8a5467
Merge pull request #29 from gaureshpai/gaureshpai-patch-1
gaureshpai Mar 17, 2025
939c407
git
gaureshpai Mar 17, 2025
92ae603
Create SECURITY.md
gaureshpai Mar 17, 2025
8d1d78a
PR Template
gaureshpai Mar 17, 2025
4b5f374
Merge branch 'main' of https://github.com/gaureshpai/epic-trails-ds
gaureshpai Mar 17, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 28 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# EditorConfig helps developers define and maintain consistent coding styles
# across different editors and IDEs: editorconfig.org

root = true

[*]
indent_style = space
indent_size = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true

[*.{js,jsx,ts,tsx}]
indent_style = space
indent_size = 2

[*.json]
indent_style = space
indent_size = 2
quote_type = double

[*.md]
trim_trailing_whitespace = false

[*.{yaml,yml}]
indent_style = space
indent_size = 2
103 changes: 103 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,103 @@
name: 🐛 Bug report
description: Report a reproducible bug or regression in this library.
labels: [bug]
body:
- type: markdown
attributes:
value: |
# Bug Report

👋 Hi! Thanks for taking the time to submit an issue.

**Please ensure you provide all required information before submitting ❗**
*(Issues with missing details may be closed automatically.)*

📌 **Helpful Links:**
- 📖 [React Native Releases & Support](https://github.com/reactwg/react-native-releases/blob/main/docs/support.md)
- 🔎 [Check for existing issues](https://github.com/gaureshpai/reactnativeepictrailsds/issues)
- 📚 [Documentation](https://github.com/gaureshpai/reactnativeepictrailsds#readme)
- 🚀 [Contributing Guidelines](https://github.com/gaureshpai/reactnativeepictrailsds/blob/main/CONTRIBUTING.md)

- type: checkboxes
attributes:
label: Pre-issue checklist
description: Please confirm you have completed these steps before submitting the issue.
options:
- label: I tested using the latest version of the library to ensure the issue still exists.
required: true
- label: I am using a [supported version](https://github.com/reactwg/react-native-releases/blob/main/docs/support.md) of React Native.
required: true
- label: I have searched the [existing issues](https://github.com/gaureshpai/reactnativeepictrailsds/issues) and did not find a similar report.
required: true

- type: textarea
id: summary
attributes:
label: Bug summary
description: |
Provide a **clear and concise description** of the issue.
You can also attach screenshots, error messages, stack traces, or GIFs for better clarity.
validations:
required: true

- type: input
id: library-version
attributes:
label: Library version
description: What version of the library are you using? (Check your package.json)
placeholder: "e.g., 0.0.1"
validations:
required: true

- type: textarea
id: react-native-info
attributes:
label: Environment info
description: Run the following command in your terminal and paste the results here:
value: |
```sh
npx react-native info
```
render: shell
validations:
required: true

- type: textarea
id: steps-to-reproduce
attributes:
label: Steps to reproduce
description: |
Provide a **detailed step-by-step guide** on how to reproduce the issue.

Example:
1. Install the package using `npm install reactnativeepictrailsds`
2. Import a component like `<Button />`
3. Run the app on a simulator or physical device
4. Observe the error message in the logs
validations:
required: true

- type: textarea
id: expected-behavior
attributes:
label: Expected behavior
description: Describe what you **expected to happen** instead of the issue.
validations:
required: true

- type: input
id: reproducible-example
attributes:
label: Reproducible example repository
description: Provide a link to a **GitHub repository** containing a minimal, reproducible example.
placeholder: "e.g., https://github.com/your-repo/example"
validations:
required: true

- type: textarea
id: additional-context
attributes:
label: Additional context
description: |
Add any **extra details** that may help us debug this issue.
(e.g., logs, package versions, specific device details)
9 changes: 9 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
blank_issues_enabled: false
contact_links:
- name: 💡 Feature Request
url: https://github.com/gaureshpai/reactnativeepictrailsds/discussions/new?category=ideas
about: If you have a feature request, please start a new discussion in the "Ideas" category.

- name: 💬 General Discussions & Help
url: https://github.com/gaureshpai/reactnativeepictrailsds/discussions
about: Need help or have questions? Join the discussions and ask your queries here.
111 changes: 111 additions & 0 deletions .github/ISSUE_TEMPLATE/custom.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,111 @@
---
name: Custom issue template
about: Describe this issue template's purpose here.
title: ''
labels: ''
assignees: ''
---

name: 🐛 Bug report
description: Report a reproducible bug or regression in this library.
labels: [bug]
body:
- type: markdown
attributes:
value: |
# Bug Report

👋 Hi! Thanks for taking the time to submit an issue.

**Please ensure you provide all required information before submitting ❗**
*(Issues with missing details may be closed automatically.)*

📌 **Helpful Links:**
- 📖 [React Native Releases & Support](https://github.com/reactwg/react-native-releases/blob/main/docs/support.md)
- 🔎 [Check for existing issues](https://github.com/gaureshpai/reactnativeepictrailsds/issues)
- 📚 [Documentation](https://github.com/gaureshpai/reactnativeepictrailsds#readme)
- 🚀 [Contributing Guidelines](https://github.com/gaureshpai/reactnativeepictrailsds/blob/main/CONTRIBUTING.md)

- type: checkboxes
attributes:
label: Pre-issue checklist
description: Please confirm you have completed these steps before submitting the issue.
options:
- label: I tested using the latest version of the library to ensure the issue still exists.
required: true
- label: I am using a [supported version](https://github.com/reactwg/react-native-releases/blob/main/docs/support.md) of React Native.
required: true
- label: I have searched the [existing issues](https://github.com/gaureshpai/reactnativeepictrailsds/issues) and did not find a similar report.
required: true

- type: textarea
id: summary
attributes:
label: Bug summary
description: |
Provide a **clear and concise description** of the issue.
You can also attach screenshots, error messages, stack traces, or GIFs for better clarity.
validations:
required: true

- type: input
id: library-version
attributes:
label: Library version
description: What version of the library are you using? (Check your package.json)
placeholder: "e.g., 0.0.1"
validations:
required: true

- type: textarea
id: react-native-info
attributes:
label: Environment info
description: Run the following command in your terminal and paste the results here:
value: |
```sh
npx react-native info
```
render: shell
validations:
required: true

- type: textarea
id: steps-to-reproduce
attributes:
label: Steps to reproduce
description: |
Provide a **detailed step-by-step guide** on how to reproduce the issue.

Example:
1. Install the package using `npm install reactnativeepictrailsds`
2. Import a component like `<Button />`
3. Run the app on a simulator or physical device
4. Observe the error message in the logs
validations:
required: true

- type: textarea
id: expected-behavior
attributes:
label: Expected behavior
description: Describe what you **expected to happen** instead of the issue.
validations:
required: true

- type: input
id: reproducible-example
attributes:
label: Reproducible example repository
description: Provide a link to a **GitHub repository** containing a minimal, reproducible example.
placeholder: "e.g., https://github.com/your-repo/example"
validations:
required: true

- type: textarea
id: additional-context
attributes:
label: Additional context
description: |
Add any **extra details** that may help us debug this issue.
(e.g., logs, package versions, specific device details)
54 changes: 54 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
---
name: 🚀 Feature request
description: Suggest an idea or enhancement for this project.
labels: [enhancement]
body:
- type: markdown
attributes:
value: |
# Feature Request

👋 Thanks for suggesting a feature!

**Before submitting, please check the following:**
- 🔍 [Search existing issues](https://github.com/gaureshpai/reactnativeepictrailsds/issues) to ensure this request hasn’t been made.
- 📖 Read the [contributing guidelines](https://github.com/gaureshpai/reactnativeepictrailsds/blob/main/CONTRIBUTING.md).

- type: textarea
id: problem-statement
attributes:
label: Problem statement
description: |
Is your feature request related to a problem?
Describe what issue or pain point this feature aims to solve.
placeholder: "I'm always frustrated when..."
validations:
required: true

- type: textarea
id: proposed-solution
attributes:
label: Proposed solution
description: |
Provide a **clear and concise** description of what you want to happen.
placeholder: "A possible solution would be..."
validations:
required: true

- type: textarea
id: alternatives
attributes:
label: Alternatives considered
description: |
Have you considered any alternative approaches?
If so, explain why they may or may not work.
placeholder: "Another approach could be..."
validations:
required: false

- type: textarea
id: additional-context
attributes:
label: Additional context
description: |
Add any extra details, links, or screenshots that might help understand the request.
49 changes: 49 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
---
name: 🚀 Pull Request
about: Suggest code changes or improvements for this project.
title: ''
labels: ''
assignees: ''

---

## 📌 Description

<!-- Please include a **clear and concise** description of the changes made in this pull request. -->

Fixes # (issue number, if applicable)

## 🔍 Changes Made

<!-- List the key changes in this PR (e.g., new feature, bug fix, refactor, etc.) -->
-
-
-

## ✅ Checklist

Please confirm the following before submitting your PR:

- [ ] My code follows the project's **coding style**.
- [ ] I have **tested** my changes to ensure they work as expected.
- [ ] I have updated **documentation** (if necessary).
- [ ] I have checked for **existing issues** to avoid duplicates.

## 🛠 How to Test

<!-- Provide clear steps to test your changes -->
1.
2.
3.

## 📸 Screenshots (if applicable)

<!-- Add screenshots or GIFs to show the changes visually -->

## 📝 Additional Context

<!-- Add any extra details that might help the maintainers review your PR -->

---
💡 **Tip:** If this PR is related to a security fix, please label it as `security`.
🚀 Thanks for contributing! 🎉
34 changes: 34 additions & 0 deletions .github/actions/setup/action.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
name: Setup
description: Setup Node.js and install dependencies

runs:
using: composite
steps:
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version-file: .nvmrc
cache: "npm"

- name: Restore dependencies
id: npm-cache
uses: actions/cache/restore@v4
with:
path: |
**/node_modules
key: ${{ runner.os }}-npm-${{ hashFiles('package-lock.json') }}
restore-keys: |
${{ runner.os }}-npm-

- name: Install dependencies
if: steps.npm-cache.outputs.cache-hit != 'true'
run: npm ci
shell: bash

- name: Cache dependencies
if: steps.npm-cache.outputs.cache-hit != 'true'
uses: actions/cache/save@v4
with:
path: |
**/node_modules
key: ${{ steps.npm-cache.outputs.cache-primary-key }}
Loading
Loading