leecade / leecade/react-native-swiper
Cann't copy and parse content when using react-native-swiper
Open
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 10.5k
- Forks
- 2.3k
- PR merge metrics
- No merged PRs in 30d
Description
example:
<Swiper
ref={swiper => this.swiper = swiper}
loop={false}
scrollEnabled={this.state.scrollEnabled}
>
<View style={style.screen1}>
<TextInput />
</View>
<View style={style.screen2}>
<TextInput />
</View>
</Swiper>
i want parse content to TextInput in View, but not parse
How i can fix it? Thank
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
Reproduce the supplied Swiper example in a React Native screen and inspect how react-native-swiper handles TextInput children during copying and parsing. Confirm the intended behavior and add a focused reproduction test if the project has an applicable test location; done means content in both TextInput components can be copied and parsed as intended.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, react-native
- Domain
- mobile
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 20/100