react-native-app-intro icon indicating copy to clipboard operation
react-native-app-intro copied to clipboard

react-native-app-intro is a react native component implementing a parallax effect welcome page using base on react-native-swiper , similar to the one found in Google's app like Sheet, Drive, Docs...

Results 83 react-native-app-intro issues
Sort by recently updated
recently updated
newest added

![simulator screen shot - iphone 6s - 2017-11-07 at 01 59 09](https://user-images.githubusercontent.com/3767530/32472146-640ae6c4-c361-11e7-8dc5-b89c6f4776de.png) I get that error after updating to the latest react native version. Any suggestions?

my index.js ``` import {AppRegistry} from 'react-native'; // import App from './App'; // import Intro from './src/component/screen/IntroScreen'; import StackNavigator from './src/navigation/StackNavigator' import {name as appName} from './app.json'; AppRegistry.registerComponent(appName, () =>...

I can't get the Skip/Done buttons to show or the dots to show. I have tried two different ways; The first being copying the example provided in the README.md file...

Hi Its good to have a new feature to go to a specific page . Thanks

Hi, seeing that this repo is no longer updated/maintained for some time, I thought to fix it and maybe even improve it. If someone is interested and/or want to participate,...

i added a button from native-base and the onPress callback doesn't seem to work. ` some text Alert.alert('clicked')}>button ); }` EDIT: richard-sim managed to fix the issue. Good work!

hello,i have a problem here: ` title description {Alert.alert('Next');}}> ` when i add a TouchableOpacity in a view of a page in the appintro, the onPress() didnot fire, is it...

As long as I have imported this import AppIntro from 'react-native-app-intro'; The startup diagram keeps showing, and everything works fine if you don't import it.