Skip to content

Commit

Permalink
use React Native 0.23.1 fixes #35
Browse files Browse the repository at this point in the history
  • Loading branch information
drapanjanas committed Apr 8, 2016
1 parent 49c7ada commit 5e2bd28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion re-natal.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ devHostRx = /\$DEV_HOST\$/g
ipAddressRx = /^(?:[0-9]{1,3}\.){3}[0-9]{1,3}$/i
figwheelUrlRx = /ws:\/\/[0-9a-zA-Z\.]*:/g
appDelegateRx = /http:\/\/[^:]+/g
rnVersion = '0.22.2'
rnVersion = '0.23.1'
rnPackagerPort = 8081
process.title = 're-natal'
interfaceConf =
Expand Down

0 comments on commit 5e2bd28

Please sign in to comment.