Skip to content

Commit

Permalink
RN 0.36.0
Browse files Browse the repository at this point in the history
  • Loading branch information
drapanjanas committed Oct 31, 2016
1 parent 620d0b3 commit 4169883
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 @@ -24,7 +24,7 @@ For more ClojureScript React Native resources visit [cljsrn.org](http://cljsrn.o
Contributions are welcome.

## State
- Uses React Native v0.35
- Uses React Native v0.36
- Same codebase for iOS and Android
- Figwheel used for REPL and live coding.
- Works in iOS (real device and simulator).
Expand Down
2 changes: 1 addition & 1 deletion re-natal.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ ipAddressRx = /^(?:[0-9]{1,3}\.){3}[0-9]{1,3}$/i
figwheelUrlRx = /ws:\/\/[0-9a-zA-Z\.]*:/g
appDelegateRx = /http:\/\/[^:]+/g
debugHostRx = /host\s+=\s+@".*";/g
rnVersion = '0.35.0'
rnVersion = '0.36.0'
rnPackagerPort = 8081
process.title = 're-natal'
interfaceConf =
Expand Down

0 comments on commit 4169883

Please sign in to comment.