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

Commit

Permalink
feat(boilerplate): Update react-native to 0.59.3 (#168 by @mangei)
Browse files Browse the repository at this point in the history
  • Loading branch information
mangei authored and jamonholmgren committed Apr 9, 2019
1 parent 3d1984c commit e26b309
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.8'
const REACT_NATIVE_VERSION = '0.59.3'

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

0 comments on commit e26b309

Please sign in to comment.