react-native-paper-onboarding
react-native-paper-onboarding copied to clipboard
JavaScript for React-Native iOS Android module
This change adds a parameter required by the Animated in the React Native library and resolves this error warning: "WARN Animated: `useNativeDriver` was not specified. This is a required option...
The specified installation command: `npm i @opengeekslab/react-native-paper-onboarding` fails because the package `@opengeekslab/react-native-paper-onboarding` doesn't exist in npm registry. However, `react-native-paper-onboarding` exists and works so this commit replaces the missing package name...
can't navigate using either a touchable opacity or a button on any of the screens
I noticed two problems with Touchable* not being tappable: - There was no zIndex on the active slide (so you got transparant slides in front) - The panresponder stole all...