react-native-form-generator2
Advanced tools
Comparing version
{ | ||
"_args": [ | ||
[ | ||
"https://github.com/MichaelCereda/react-native-form-generator.git", | ||
"/Users/michael/Projects/OpenSource/TestApp" | ||
] | ||
], | ||
"_from": "git+https://github.com/MichaelCereda/react-native-form-generator.git", | ||
"_inCache": true, | ||
"_installable": true, | ||
"_location": "/react-native-form-generator", | ||
"_phantomChildren": {}, | ||
"_requested": { | ||
"hosted": { | ||
"directUrl": "https://raw.githubusercontent.com/MichaelCereda/react-native-form-generator/master/package.json", | ||
"gitUrl": "git://github.com/MichaelCereda/react-native-form-generator.git", | ||
"httpsUrl": "git+https://github.com/MichaelCereda/react-native-form-generator.git", | ||
"shortcut": "github:MichaelCereda/react-native-form-generator", | ||
"ssh": "git@github.com:MichaelCereda/react-native-form-generator.git", | ||
"sshUrl": "git+ssh://git@github.com/MichaelCereda/react-native-form-generator.git", | ||
"type": "github" | ||
}, | ||
"name": null, | ||
"raw": "https://github.com/MichaelCereda/react-native-form-generator.git", | ||
"rawSpec": "https://github.com/MichaelCereda/react-native-form-generator.git", | ||
"scope": null, | ||
"spec": "git+https://github.com/MichaelCereda/react-native-form-generator.git", | ||
"type": "hosted" | ||
}, | ||
"_requiredBy": [ | ||
"/" | ||
], | ||
"_resolved": "git+https://github.com/MichaelCereda/react-native-form-generator.git#f67d26986f3916668d0c3e9e74b66d0ed6165cba", | ||
"_shasum": "cca28fd48d65a98a0a502b5cf84c3b02462ac1c9", | ||
"_shrinkwrap": null, | ||
"_spec": "https://github.com/MichaelCereda/react-native-form-generator.git", | ||
"_where": "/Users/michael/Projects/OpenSource/TestApp", | ||
"author": "Michael Cereda (info@michaelcereda.com)", | ||
"bugs": { | ||
"url": "https://github.com/MichaelCereda/react-native-form-generator/issues" | ||
}, | ||
"dependencies": { | ||
"prop-types": "^15.5.10" | ||
}, | ||
"description": "Generate amazing React Native forms in a breeze", | ||
"homepage": "https://github.com/MichaelCereda/react-native-form-generator#readme", | ||
"description": "Fork of react-native-form-generator to allow fixes", | ||
"homepage": "https://github.com/pervasync/react-native-form-generator2#readme", | ||
"keywords": [ | ||
@@ -55,2 +12,3 @@ "react", | ||
], | ||
"author": "Pervasync", | ||
"license": "MIT", | ||
@@ -62,3 +20,3 @@ "main": "index.js", | ||
"type": "git", | ||
"url": "git+https://github.com/MichaelCereda/react-native-form-generator.git" | ||
"url": "git+https://github.com/pervasync/react-native-form-generator2.git" | ||
}, | ||
@@ -68,6 +26,9 @@ "scripts": { | ||
}, | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"directories": { | ||
"example": "examples" | ||
}, | ||
"dependencies": { | ||
"prop-types": "^15.5.10" | ||
} | ||
} |
@@ -151,3 +151,3 @@ 'use strict'; | ||
</Field> | ||
{(this.props.showing)? | ||
{(this.state.isPickerVisible)? | ||
pickerWrapper : null | ||
@@ -154,0 +154,0 @@ } |
@@ -62,3 +62,3 @@ 'use strict'; | ||
containerStyle: ViewPropTypes.style, | ||
switchStyle: Switch.propTypes.style | ||
switchStyle: ViewPropTypes.style | ||
} | ||
@@ -65,0 +65,0 @@ |
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
99152
-1.74%2
100%