react-native-app-intro
react-native-app-intro copied to clipboard
Does Not Seem to Be Compatible with Navigator
I use navigator for the rest of my app. Does not integrate well with navigator. Perhaps if I kept your intro separate from my app? But not sure how to do that because it was unclear whether I need to create the AppIntro.js file manually, or import it from node_modules. More installation instructions would be very helpful.
Also, you instantiate or import AppIntro twice, once as an exported extends class, and then again as a node module. This has to be why it's breaking for and why I can't integrate it. Please help. They should not be using the same name space. Please clarify.
You can look over Example, i import it from node_modules, and there import import AppIntro from './AppIntro';
because developers debug convenient