ignite-andross
Advanced tools
Comparing version 4.0.5 to 4.1.0
@@ -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
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
1422722