Launch Week Day 5: Introducing Reachability for PHP.Learn More
Socket
Book a DemoSign in
Socket

react-native-spinkit

Package Overview
Dependencies
Maintainers
1
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-native-spinkit - npm Package Compare versions

Comparing version
1.0.3
to
1.1.0
+0
-5
android/src/main/j...m/react/rnspinkit/RNSpinkitPackage.java

@@ -24,7 +24,2 @@ package com.react.rnspinkit;

@Override
public List<Class<? extends JavaScriptModule>> createJSModules() {
return Collections.emptyList();
}
@Override
public List<ViewManager> createViewManagers(ReactApplicationContext reactContext) {

@@ -31,0 +26,0 @@ List<ViewManager> list = new ArrayList<>();

+13
-12

@@ -1,3 +0,4 @@

import React, {PropTypes} from 'react'
import React from 'react'
import ReactNative from 'react-native'
import PropTypes from 'prop-types';

@@ -16,3 +17,3 @@ var {

static propTypes = {
type: React.PropTypes.string,
type: PropTypes.string,
/**

@@ -26,12 +27,12 @@ * @prop color

*/
color: React.PropTypes.oneOfType([React.PropTypes.string, React.PropTypes.number]),
size: React.PropTypes.number,
isVisible: React.PropTypes.bool,
testID:React.PropTypes.string,
accessibilityComponentType:PropTypes.string,
accessibilityLabel:PropTypes.string,
accessibilityLiveRegion:PropTypes.string,
renderToHardwareTextureAndroid:PropTypes.bool,
importantForAccessibility:PropTypes.string,
onLayout:PropTypes.func,
color: PropTypes.oneOfType([PropTypes.string, PropTypes.number]),
size: PropTypes.number,
isVisible: PropTypes.bool,
testID: PropTypes.string,
accessibilityComponentType: PropTypes.string,
accessibilityLabel: PropTypes.string,
accessibilityLiveRegion: PropTypes.string,
renderToHardwareTextureAndroid: PropTypes.bool,
importantForAccessibility: PropTypes.string,
onLayout: PropTypes.func,
};

@@ -38,0 +39,0 @@

{
"name": "react-native-spinkit",
"version": "1.0.3",
"version": "1.1.0",
"description": "A collection of animated loading indicators for React Native",

@@ -31,3 +31,4 @@ "main": "index.js",

"dependencies": {
"prop-types": "^15.5.8"
}
}