Skip to content

Commit

Permalink
update react-native to v0.59.9
Browse files Browse the repository at this point in the history
  • Loading branch information
ruddell committed Jun 19, 2019
1 parent 2346479 commit bb4ba86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/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.59.8'
const REACT_NATIVE_VERSION = '0.59.9'

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

0 comments on commit bb4ba86

Please sign in to comment.