diff --git a/AppIntro.js b/AppIntro.js
index 52b42d9..1f07bac 100644
--- a/AppIntro.js
+++ b/AppIntro.js
@@ -309,27 +309,7 @@ export default class AppIntro extends Component {
if (pageArray.length > 0) {
pages = pageArray.map((page, i) => this.renderBasicSlidePage(i, page));
} else {
- if (Platform.OS === 'ios') {
- pages = childrens.map((children, i) => this.renderChild(children, i, i));
- } else {
- androidPages = childrens.map((children, i) => {
- const { transform } = this.getTransform(i, -windowsWidth / 3 * 2, 1);
- pages.push();
- return (
-
- {this.renderChild(children, i, i)}
-
- );
- });
- }
+ pages = childrens.map((children, i) => this.renderChild(children, i, i));
}
if (this.isToTintStatusBar()) {