ignite-dev-screens
Advanced tools
Comparing version 2.0.0 to 2.0.1
{ | ||
"name": "ignite-dev-screens", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "files": [ |
@@ -25,4 +25,7 @@ const sourceFolder = `${process.cwd()}/node_modules/ignite-dev-screens/templates` | ||
// dev screens use react-navigation | ||
await ignite.addModule('react-navigation') | ||
await ignite.addModule('react-navigation', { version: '1.0.0-beta.11' }) | ||
// react-native-device-info | ||
await ignite.addModule('react-native-device-info', { link: true, version: '0.10.2' }) | ||
// Copy the the screens to containers folder | ||
@@ -59,5 +62,8 @@ filesystem.copyAsync(`${sourceFolder}`, `${process.cwd()}/ignite/DevScreens`, { overwrite: true }) | ||
await ignite.removeModule('react-native-device-info', { unlink: true }) | ||
// remove the npm module - probably should ask user here | ||
await ignite.removeModule('react-navigation') | ||
// Set Android Permission for NetInfo module | ||
// NOTE(steve): this is too presumptious | ||
ignite.removeAndroidPermission('ACCESS_NETWORK_STATE') | ||
@@ -64,0 +70,0 @@ |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
778494
1169
0