Research
Security News
Malicious npm Package Targets Solana Developers and Hijacks Funds
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
react-native-tour-carousel
Advanced tools
Tour Carousel for use in react native app tours
This package aims to enhance user experience through intuitive app tours, effectively showcasing key features, reducing learning curves, and boosting engagement. Its user-friendly design ensures easy integration, offering developers a hassle-free solution for creating immersive onboarding experience for free.
The Tour Carousel Component is a versatile component layer that combines the functionality of two popular React Native carousel libraries, react-native-reanimated-carousel and react-native-animated-dots-carousel. This component provides a cohesive and customizable way for users to navigate through a series of screens or slides.
completes
or skips
the carousel.
yarn add react-native-tour-carousel
package dependancies
yarn add react-native-reanimated react-native-gesture-handler
const data = [{
"illustration": "https://images.unsplash.com/photo-1601379329542-31c59347e2b8?q=80&w=1974&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D",
"subtitle": "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Accumsan sit amet nulla facilisi morbi tempus iaculis urna id.",
"title": "Lorem ipsum dolor sit amet"
}]
<TourCarousel data={data}/>
Property | Type |
---|---|
data | slide[] |
viewedCount | number |
handleBottomButtonPress | (arg0: boolean) => void |
handleSkipButtonPress | () => void |
skipButtonConfig | SkipButtonConfig |
carouselConfig | CarouselConfig |
PaginationConfig | PaginationConfig |
buttonConfig | ButtonConfig |
Property | Type |
---|---|
illustration | string |
subtitle | string |
title | string |
Property | Type |
---|---|
slideInnerContainer | StyleProp |
slideImageContainer | StyleProp |
slideTextContainer | StyleProp |
slideTitle | string |
slideSubtitle | string |
maxNumberOfLines | number |
Property | Type |
---|---|
skipButtonStyle | StyleProp |
skipButtonContainer | StyleProp |
titleStyle | string |
title | string |
disabled | boolean |
skipButtonTestID | string |
maxSkipCount | number |
skipable | boolean |
Property | Type |
---|---|
buttonTestID | string |
nextButtonText | string |
finishButtonText | string |
bottomButtonContainer | StyleProp |
bottomButtonTextStyle | StyleProp |
Property | Type |
---|---|
container | StyleProp |
style | StyleProp |
loop | boolean |
pagingEnabled | boolean |
snapEnabled | boolean |
autoPlayInterval | number |
scrollAnimationDuration | number |
autoPlay | boolean |
vertical | boolean |
height | number |
slideConfig | SlideConfig |
Property | Type |
---|---|
showDots | boolean |
index | number |
length | number |
activeIndicatorConfig | DotConfig |
inactiveIndicatorConfig | DotConfig |
decreasingDots | DecreasingDot[] |
paginationContainerStyle | DotConfig[] |
dotColor | StyleProp |
dotStyle | StyleProp |
maxIndicators | number |
Property | Type |
---|---|
quantity | number |
config | DotConfig |
Property | Type |
---|---|
size | number |
opacity | number |
color | string |
margin | number |
borderWidth? | number |
borderColor? | string |
See the contributing guide to learn how to contribute to the repository and the development workflow.
Made with create-react-native-library
FAQs
Tour Carousel for use in react native app tours
The npm package react-native-tour-carousel receives a total of 0 weekly downloads. As such, react-native-tour-carousel popularity was classified as not popular.
We found that react-native-tour-carousel demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Security News
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
Security News
Research
Socket researchers have discovered malicious npm packages targeting crypto developers, stealing credentials and wallet data using spyware delivered through typosquats of popular cryptographic libraries.
Security News
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.