stackbuilders / stackbuilders/react-native-spotlight-tour
Spotlight Tour conflicts with Animated View from the React Native Reanimated library
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 520
- Forks
- 39
- PR merge metrics
- No merged PRs in 30d
Description
I found that if I wrap the <AttachStep> component in <Animated.View /> from the Reanimated library, I can't use any of my TourCard actions (whether they are custom or not). So that's why I currently must use the vanilla <Animated.View> component.
It occurs only on Android. I didn't catch the same issue on iOS
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
Reproduce the issue on Android with an wrapped in Reanimated's Animated.View, comparing it with the vanilla Animated.View behavior described in the report. Trace how TourCard actions are handled during the spotlight tour; done means custom and built-in actions work with the Reanimated wrapper without regressing iOS behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- android, react-native, typescript
- Domain
- mobile
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100