Skip to content

Commit

Permalink
bump ReactNative version to v0.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
drapanjanas committed Jan 18, 2016
1 parent 1b75978 commit 0a79a4b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ For more ClojureScript React Native resources visit [cljsrn.org](http://cljsrn.o
Contributions are welcome.

## State
- Uses React Native v0.17.0
- Uses React Native v0.18.0
- Same codebase for iOS and Android
- Figwheel used for REPL and live coding.
- Works in iOS (tested using simulator).
Expand Down
2 changes: 1 addition & 1 deletion re-natal.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ projNameHyphRx = /\$PROJECT_NAME_HYPHENATED\$/g
projNameUsRx = /\$PROJECT_NAME_UNDERSCORED\$/g
platformRx = /\$PLATFORM\$/g
devHostRx = /\$DEV_HOST\$/g
rnVersion = '0.17.0'
rnVersion = '0.18.0'
rnPackagerPort = 8081
podMinVersion = '0.38.2'
process.title = 're-natal'
Expand Down

0 comments on commit 0a79a4b

Please sign in to comment.