Socket
Socket
Sign inDemoInstall

react-native-tinder-navigator

Package Overview
Dependencies
0
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.1 to 0.1.2

5

dist/index.js

@@ -21,6 +21,11 @@ // @flow

type Params = {
/** Component used for the left screen. */
leftScreen: Screen,
/** Component used for the center screen. */
centerScreen: Screen,
/** Component used for the right screen. */
rightScreen: Screen,
/** Size of the icons when they are rendered on the left or right side, as inactive components. */
inactiveSize: number,
/** Styles passed down to the header. */
headerStyle: Object,

@@ -27,0 +32,0 @@ };

2

package.json
{
"name": "react-native-tinder-navigator",
"version": "0.1.1",
"version": "0.1.2",
"description": "A tinder style navigator that allows you to navigate between three adjacent screens with smooth header transitions.",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

@@ -17,3 +17,3 @@ # react-native-tinder-navigator

import { View } from "react-native";
import { createTinderNavigator } from 'react-native-tinder-navigator';
import createTinderNavigator from 'react-native-tinder-navigator';
import HeaderIcon from './src/HeaderIcon';

@@ -20,0 +20,0 @@

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc