Gathering detailed insights and metrics for react-native-big-tab-bar
Gathering detailed insights and metrics for react-native-big-tab-bar
Gathering detailed insights and metrics for react-native-big-tab-bar
Gathering detailed insights and metrics for react-native-big-tab-bar
npm install react-native-big-tab-bar
Module System
Min. Node Version
Typescript Support
Node Version
NPM Version
8 Stars
75 Commits
1 Forks
1 Watching
4 Branches
1 Contributors
Updated on 26 Jul 2023
TypeScript (30.28%)
Java (30.09%)
JavaScript (16.05%)
Objective-C (9.67%)
Ruby (9.64%)
Objective-C++ (3.16%)
Shell (1.12%)
Cumulative downloads
Total Downloads
Last day
0%
3
Compared to previous day
Last week
-75%
4
Compared to previous week
Last month
1,156.3%
402
Compared to previous month
Last year
26.6%
590
Compared to previous year
3
2
Add the dependency:
1npm i react-native-big-tab-bar
1import BigTabBar from "react-native-big-tab-bar";
export type ITabBar = {
id: number;
text: string;
number?: number;
image?: any;
};
1[ 2 { 3 id: 0, 4 bottomText: "Monday", 5 innerText: "8", 6 }, 7 { 8 id: 1, 9 bottomText: "Tuesday", 10 image: { 11 uri: "https://image.winudf.com/v2/image/Y29tLnNnbS5iZWFjaHdhbGxwYXBlcmhkX3NjcmVlbnNob3RzXzJfZjRhOGQ4MzQ/screen-2.jpg?fakeurl=1&type=.jpg", 12 }, 13 }, 14 { 15 id: 2, 16 bottomText: "Wednesday", 17 innerText: "14", 18 }, 19 { 20 id: 3, 21 bottomText: "Thursday", 22 image: { uri: "https://images2.alphacoders.com/468/4682.jpg" }, 23 }, 24];
1<BigTabBar tabs={tabs} />
Property | Type | Default | Description |
---|---|---|---|
tabs | array | Set your tab bar items | |
itemStyle | style | default | set your custom item button style |
height | number | 120 | set your custom item height value |
width | number | 72 | set your custom item width value |
bottomTextStyle | style | default | set your custom text style |
selectedItem | number | 0 | set your initial item |
innerContainerHeight | number | 50 | set the height of the inner container |
innerContainerWeight | number | 50 | set the width of the inner container |
activeBackgroundColor | string | "#F5C812" | set your active background color |
inActiveBackgroundColor | string | "#faeed9" | set the background color when it is inactive |
inActiveTextColor | string | "#6e685f" | set the text color when it is inactive |
activeTextColor | string | "#fff" | set the text color when it is active |
ImageComponent | Image | Image | set on your own Image Component |
imageStyle | style | default | set your custom image style |
innerActiveTextColor | string | "#F5C812" | if there are numbers in the inner container, you can change the color when it is active |
innerInActiveTextColor | string | "#F5C812" | if there are numbers in the inner container, you can change the color when it is inactive |
innerTextStyle | style | default | set your custom text style |
onPress | function | undefined | set your own function when onPress |
onChange | function | undefined | set your own function when onChange |
Sevval Eygul, sevvalleygull@gmail.com
React Native Big Tab Bar is available under the MIT license. See the LICENSE file for more info.
No vulnerabilities found.
Reason
no dangerous workflow patterns detected
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
binaries present in source code
Details
Reason
SAST tool detected but not run on all commits
Details
Reason
security policy file detected
Details
Reason
Found 0/9 approved changesets -- score normalized to 0
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
license file not detected
Details
Reason
project is not fuzzed
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
dependency not pinned by hash detected -- score normalized to 0
Details
Reason
32 existing vulnerabilities detected
Details
Score
Last Scanned on 2024-11-18
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