react-native-popover-view
Advanced tools
Comparing version 0.6.6 to 0.6.7
const fs = require('fs') | ||
if (!fs.existsSync('../node_modules/react-navigation')) { | ||
console.log("React-navigation not included in project") | ||
fs.rename('./src/index.js', './src/index-rn.js', err => { | ||
console.warn("Testing") | ||
if (fs.existsSync('../node_modules/react-navigation')) { | ||
console.log("React-navigation included in project") | ||
fs.rename('./src/index.js', './src/index-no-rn.js', err => { | ||
if (!err) | ||
fs.rename('./src/index-no-rn.js', './src/index.js', err => { | ||
fs.rename('./src/index-rn.js', './src/index.js', err => { | ||
if (err) console.error(err) | ||
@@ -8,0 +9,0 @@ }) |
{ | ||
"name": "react-native-popover-view", | ||
"version": "0.6.6", | ||
"version": "0.6.7", | ||
"description": "A <Popover /> component for react-native", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
2826180
2171