About
Our company provides custom UI design and development solutions for mobile applications and websites.
Need a team to create a project?
This project is developed and maintained by openGeeksLab LLC.
react-native-paper-onboarding
Requirements
- React Native 0.50+
- iOS 9.0+
- Android 4.2+
Installation
Just run:
- npm i @opengeekslab/react-native-paper-onboarding
Basic usage
The library depends on that each screen should contain a static backgroundColor field which contains the desired background color for this screen. The screen itself should have a transparent background
; ; ;;; const screens = Screen1 Screen2 Screen3; { return <PaperOnboarding screens=screens /> ; }
Screen example
;; ; static backgroundColor = '#ff3631'; { return <View style=stylescontainer> <View style=stylesimageContainer> <Image blurRadius=0 source=bgImage style=stylesimage resizeMode='contain' /> </View> <View style=stylestextContainer> <Text style=stylestextTitle> INVITE FRIENDS </Text> <Text style=styleslilText> Listen Your Favorite Music Together </Text> </View> </View> ; } const styles = StyleSheet;
Contact us if interested.
Licence
Expanding is released under the MIT license.