Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@isogand/swipe-shop-button

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@isogand/swipe-shop-button

Sliding Counter is a ...

  • 1.0.6
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
1
Maintainers
1
Weekly downloads
 
Created
Source

React Native Sliding Counter

A demo


This library provides...

  • feature 1
  • feature 2

Quick Start

Installation

yarn add @isogand/swipe-shop-button

or

npm install @isogand/swipe-shop-button

Usage

 import React,  from 'react';
 import { View,StyleSheet, Text } from 'react-native';
 import { GestureHandlerRootView} from 'react-native-gesture-handler';
 import SlidingCounter from '@isogand/swipe-shop-button';
 
 
 export default function App() {
     return (
       <GestureHandlerRootView style={{flex:1}}>
         <View style={styles.container}>
           <SlidingCounter / >
         </View>
       </GestureHandlerRootView>
     );
 }
const styles = StyleSheet.create({
  container: {
       flex: 1,
       backgroundColor: '#656565',
       alignItems: 'center',
       justifyContent: 'center',
 },
});

Keywords

FAQs

Package last updated on 21 Jul 2022

Did you know?

Socket

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc