0.1.7 • Published 7 years ago

react-native-sliding-view v0.1.7

Weekly downloads
1
License
MIT
Repository
github
Last release
7 years ago

react-native-sliding-view

Sliding view component for React Native

Installing

$ npm install --save react-native-sliding-view

Usage

import React from 'react'
import { Text } from 'react-native'
import SlidingView from 'react-native-sliding-view'

export default () => (
    <SlidingView
        threshold={64} // ⎫
        tension={50}   // ⎬ It's default values
        friction={10}  // ⎭
    >
        <Text>Some content</Text>
    </SlidingView>
)
0.1.7

7 years ago

0.1.6

7 years ago

0.1.5

7 years ago

0.1.4

7 years ago

0.1.3

7 years ago

0.1.2

7 years ago

0.1.1

8 years ago

0.1.0

8 years ago