leecade / leecade/react-native-swiper
It is not working on android
Open
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 10.5k
- Forks
- 2.3k
- PR merge metrics
- No merged PRs in 30d
Description
Which OS ?
Windows
Version
10
Which versions are you using:
- react-native-swiper v1.5.13
- react-native v0.55
Expected behaviour
Expect to load a sliding carousel on android
Actual behaviour
displays this weird screen

How to reproduce it-
import React from "react";
import {
Dimensions,
View,
StyleSheet,
Text,
Platform
} from "react-native";
import Swiper from "react-native-swiper";
class Splash extends React.Component {
render() {
return (
<View style={styles.container}>
<View style={{height: 200,alignItems:'flex-start'}}>
<Swiper
showsButtons={false}
loop={false}
>
<View style={styles.container}>
<Text>
Fun
</Text>
</View>
<View style={styles.container}>
<Text>
play,chat,have fun
</Text>
</View>
</Swiper>
</View>
</View>
);
}
}
export default Splash;
const styles = StyleSheet.create({
container: {
flex: 1,
backgroundColor: '#fff',
alignItems: 'center',
justifyContent: 'center',
},
});
Steps to reproduce
Try running on expo
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 provided Splash component with react-native-swiper v1.5.13 and React Native v0.55 in Expo on Android, comparing the result with the attached screenshot. Investigate why the carousel renders the reported screen; done means the sliding carousel loads and displays the expected text slides on Android.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, react-native
- Domain
- mobile
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100