meliorence / meliorence/react-native-snap-carousel
Why title CSS isn't available in ParallaxImage documentation ?
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 10.5k
- Forks
- 2.3k
- PR merge metrics
- No merged PRs in 30d
Description
I used the same code as provided in the documentation but the text is out the image container. When I debug the code, then I get to know that there is not CSS for the title.
<Text style={styles.title} numberOfLines={2}>
{ item.name }
</Text>
Can anyone please provide me the css so that I can get the look as mentioned in the example GIF ?
Contributor guide
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
Start by comparing the ParallaxImage documentation example with the supplied Text snippet and inspect how styles.title is defined or omitted. Done means the documented example keeps the title within the image container and reproduces the referenced GIF.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, react-native
- Domain
- mobile
- Issue type
- Bug
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100