maxs15 / maxs15/react-native-spinkit
(iOS) Color prop only accepts full hexadecimal color.
Open
Nobody has claimed this yet.
- Dominant language
- Objective-C
- Stars
- 2.4k
- Forks
- 307
- PR merge metrics
- No merged PRs in 30d
Description
Developing an app, I noticed that the color prop in iOS only works if inserted the full hex value of the color. Example: #fff(white) would not work, only #FFFFFF(white).
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
No file or test is named. Start by locating the iOS implementation of the React Native color prop and its hexadecimal parsing path; reproduce the issue with #fff, then verify that short hexadecimal colors are accepted without regressing full values.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- ios, objective-c, react-native
- Domain
- mobile
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100