Socket
Socket
Sign inDemoInstall

react-native-date-picker

Package Overview
Dependencies
1
Maintainers
1
Versions
118
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 4.3.0-alpha.6 to 4.3.0-alpha.7

2

package.json
{
"name": "react-native-date-picker",
"version": "4.3.0-alpha.6",
"version": "4.3.0-alpha.7",
"description": "A datetime picker for React Native. In-modal or inlined. Supports Android and iOS.",

@@ -5,0 +5,0 @@ "source": "src/index",

import React from 'react'
import {
NativeModules,
Platform,
StyleSheet,
requireNativeComponent,
NativeModules,
Platform,
} from 'react-native'

@@ -15,4 +15,2 @@ import { shouldCloseModal, shouldOpenModal } from './modal'

export default class DatePickerIOS extends React.Component {
_picker = null
_onChange = (event) => {

@@ -69,5 +67,2 @@ const nativeTimeStamp = event.nativeEvent.timestamp

key={props.textColor} // preventing "Today" string keep old text color when text color changes
ref={(picker) => {
this._picker = picker
}}
onChange={this._onChange}

@@ -74,0 +69,0 @@ onStartShouldSetResponder={() => true}

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc