react-native-app-intro
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...
 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
NEW REPO
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.