Skip to content
This repository has been archived by the owner on Jan 13, 2023. It is now read-only.

Commit

Permalink
fix(deps): Bumped RN to 0.57.8 (#134)
Browse files Browse the repository at this point in the history
  • Loading branch information
nirre7 authored and jamonholmgren committed Dec 27, 2018
1 parent ce3f7c0 commit 80ba5d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/react-native-version.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
const { pathOr, is } = require('ramda')

// the default React Native version for this boilerplate
const REACT_NATIVE_VERSION = '0.57.7'
const REACT_NATIVE_VERSION = '0.57.8'

// where the version lives under gluegun
const pathToVersion = ['parameters', 'options', 'react-native-version']
Expand Down

0 comments on commit 80ba5d3

Please sign in to comment.