Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

ignite-andross

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ignite-andross - npm Package Compare versions

Comparing version 4.0.5 to 4.1.0

4

boilerplate.js

@@ -154,4 +154,4 @@ const options = require('./options')

// now run install of Ignite Plugins
await ignite.addModule('react-navigation', { version: '3.0.0' })
await ignite.addModule('react-native-gesture-handler', { version: '1.0.9', link: true })
await ignite.addModule('react-navigation', { version: '3.11.0' })
await ignite.addModule('react-native-gesture-handler', { version: '1.3.0', link: true })

@@ -158,0 +158,0 @@ ignite.patchInFile(`${process.cwd()}/android/app/src/main/java/com/${name.toLowerCase()}/MainActivity.java`, {

@@ -5,3 +5,3 @@ import * as React from 'react'

createReactNavigationReduxMiddleware,
reduxifyNavigator
createReduxContainer
} from 'react-navigation-redux-helpers'

@@ -12,7 +12,7 @@ import { connect } from 'react-redux'

export const appNavigatorMiddleware = createReactNavigationReduxMiddleware(
'root',
(state) => state.nav
(state) => state.nav,
'root'
)
const ReduxAppNavigator = reduxifyNavigator(AppNavigation, 'root')
const ReduxAppNavigator = createReduxContainer(AppNavigation, 'root')

@@ -19,0 +19,0 @@ class ReduxNavigation extends React.Component {

const { pathOr, is } = require('ramda')
// the default React Native version for this boilerplate
const REACT_NATIVE_VERSION = '0.59.3'
const REACT_NATIVE_VERSION = '0.59.9'

@@ -6,0 +6,0 @@ // where the version lives under gluegun

@@ -7,3 +7,3 @@ {

"homepage": "https://github.com/infinitered/ignite-andross",
"version": "4.0.5",
"version": "4.1.0",
"files": [

@@ -10,0 +10,0 @@ "boilerplate",

@@ -13,4 +13,4 @@ <p align="center"><img src="http://ir_public.s3.amazonaws.com/projects/ignite/ignite-andross-launch-screen.png" alt="logo" width="414px"></p>

* React Native 0.59.3
* React Navigation 3.0.0
* React Native 0.59.9
* React Navigation 3.11.0
* Redux

@@ -17,0 +17,0 @@ * Redux Sagas

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc