mohebifar / mohebifar/react-native-copilot

arrow size

Open
#246 1 comment 1 reaction 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
TypeScript
Stars
2.4k
Forks
428
PR merge metrics
No merged PRs in 30d

Description

Hello, how are you guys, who takes care of the improvements.

Well, I need to adjust the application's layout, and I'm not able to increase the arrow a little, is there currently how to do this? I searched and didn't find it, only how to change the color and not increase the size of the arrow.


I was studying the lib more deeply, and I noticed that this variable can change the size of the arrow

export const ARROW_SIZE: number = 6;

how would it be for our application to be able to change this number that is fixed?

Thank you very much in advance

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by locating the exported ARROW_SIZE constant (export const ARROW_SIZE: number = 6) and trace how the arrow is rendered. Review the library's existing configuration and arrow-color customization, then determine where a configurable size belongs. Done means applications can adjust the arrow size without editing the library source, with the relevant behavior covered by the project's existing checks.

Written by the indexing model from the issue text.

Assessment

Tech stack
react-native, typescript
Domain
mobile
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.