FuYaoDe

Results 4 comments of FuYaoDe

I'm sorry I disappeared for a while, recently busy at work I promise to re-maintain the project in September

You can look over [Example](https://github.com/FuYaoDe/react-native-app-intro/blob/master/Example/index.ios.js#L9), i import it from node_modules, and there import `import AppIntro from './AppIntro';` because developers debug convenient

Hi @SandroMachado You can use `defaultIndex` temporarily fix the bug ``` render() { return ( ); } ``` ``` onSlideChangeHandle = (index, total) => { this.setState({ statusBarColor: this.state.pageArray[index].backgroundColor, currentPage: index...

HI @BrooklynaT You can try this https://github.com/FuYaoDe/react-native-app-intro/issues/44#issuecomment-253235384