
Product
Socket for Jira Is Now Available
Socket for Jira lets teams turn alerts into Jira tickets with manual creation, automated ticketing rules, and two-way sync.
react-native-scroll-menu-custom
Advanced tools
A package clone and edit to use image base64 from
React native scrolling button horizontal
npm i react-native-scroll-menu
yarn add react-native-scroll-menu
| Example |
|---|
![]() |
![]() |
import React, {Component} from 'react';
import {
View
} from 'react-native';
//import this
import ScrollingButtonMenu from 'react-native-scroll-menu';
//define menu
let menus = [
{
name: 'Sekiz',
id: 1,
backgroundColor: '#388E3C',
borderColor: '#388E3C',
},
{
text: 'Penguen',
id: 2,
}
];
export default class Example extends Component {
render() {
return (
<ScrollingButtonMenu
items={[
{
id: 1,
name: 'Sekizli',
},
{
id: 2,
name: 'Penguen',
},
{
id: 3,
name: 'Ermec',
},
{
id: 4,
name: 'Emre',
},
{
id: 5,
name: 'Hasan',
},
{
id: 6,
name: 'Elif',
},
{
id: 7,
name: 'Vegin',
},
{
id: 8,
name: 'Sevim',
},
]}
onPress={(e) => {
console.log(e);
}}
selected={7}
/>
);
}
}
| Key | Type | Description |
|---|---|---|
items | Array | Array for button menu is required |
onPress | Function(menu) | Function when press button is required |
upperCase | Boolean | Uppercase text (optional) default value => false |
selectedOpacity | Number | Opacity when pressed button (optional) default value => 0.7 |
buttonStyle | Object | |
textStyle | Object | |
activeColor | string | "#fffff" |
activeBackgroundColor | string | "#fffff" |
selected | number | item id => 1 |
keyboardShouldPersistTaps | string | default => always |
FAQs
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.

Product
Socket for Jira lets teams turn alerts into Jira tickets with manual creation, automated ticketing rules, and two-way sync.

Company News
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.

Security News
NIST will stop enriching most CVEs under a new risk-based model, narrowing the NVD's scope as vulnerability submissions continue to surge.