Gathering detailed insights and metrics for @freakycoder/react-native-image-swiper
Gathering detailed insights and metrics for @freakycoder/react-native-image-swiper
Gathering detailed insights and metrics for @freakycoder/react-native-image-swiper
Gathering detailed insights and metrics for @freakycoder/react-native-image-swiper
Fully customizable & extremely easy to use Image Swiper for React Native
npm install @freakycoder/react-native-image-swiper
Typescript
Module System
Node Version
NPM Version
Java (33.68%)
Objective-C (24%)
TypeScript (18.98%)
JavaScript (15.92%)
Ruby (4.13%)
Starlark (3.27%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
MIT License
14 Stars
12 Commits
5 Forks
2 Watchers
1 Branches
1 Contributors
Updated on Jun 28, 2022
Latest Version
0.1.3
Package Id
@freakycoder/react-native-image-swiper@0.1.3
Unpacked Size
28.46 kB
Size
7.78 kB
File Count
13
NPM Version
6.14.5
Node Version
10.15.3
Cumulative downloads
Total Downloads
Last Day
0%
NaN
Compared to previous day
Last Week
0%
NaN
Compared to previous week
Last Month
0%
NaN
Compared to previous month
Last Year
0%
NaN
Compared to previous year
Add the dependency:
1npm i @freakycoder/react-native-image-swiper
1"react": ">= 16.x.x", 2"react-native": ">= 0.55.x",
1import ImageSwiper from "@freakycoder/react-native-image-swiper";
1<ImageSwiper 2 imageHeight={700} 3 onSwipeTop={() => alert("onSwipeTop")} 4 onSwipeBottom={() => alert("onSwipeBottom")} 5 images={[ 6 { 7 uri: 8 "https://images.unsplash.com/photo-1544550581-5f7ceaf7f992?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=958&q=80", 9 }, 10 { 11 uri: 12 "https://images.unsplash.com/photo-1555149385-c50f336e28b0?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=675&q=80", 13 }, 14 { 15 uri: 16 "https://images.unsplash.com/photo-1532517891316-72a08e5c03a7?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=701&q=80", 17 }, 18 ]} 19/>
Property | Type | Default | Description |
---|---|---|---|
images | array | undefined | the main data of image swiper |
ImageComponent | component | Image | set your own Image component such as FastImage |
onPageSelected | Function | undefined | handle the selected page with this function |
imageHeight | number | ScreenHeight | change the image height |
imageWidth | number | ScreenWidth | image width is changable but not recommended! You will broke the image swiper's horizontal swipe feature |
onSwipeTop | Function | undefined | handle when the user swipe top on the image |
onSwipeBottom | Function | undefined | handle when the user swipe bottom on the image |
initialPage
FeatureFreakyCoder, kurayogun@gmail.com
React Native Image Swiper is available under the MIT license. See the LICENSE file for more info.
No vulnerabilities found.
Reason
license file detected
Details
Reason
binaries present in source code
Details
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
Found 0/12 approved changesets -- score normalized to 0
Reason
no SAST tool detected
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
project is not fuzzed
Details
Reason
security policy file not detected
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
52 existing vulnerabilities detected
Details
Score
Last Scanned on 2025-07-07
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More