Skip to content

Commit

Permalink
make reagent6 the default interface since React 15 is now used by RN
Browse files Browse the repository at this point in the history
  • Loading branch information
drapanjanas committed May 21, 2016
1 parent 6e11cd0 commit 8329be9
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 @@ -82,7 +82,7 @@ interfaceConf =
sampleCommandNs: '(in-ns \'$PROJECT_NAME_HYPHENATED$.ios.core)'
sampleCommand: '(swap! app-state assoc :greeting "Hello Clojure in iOS and Android with Rum!")'
interfaceNames = Object.keys interfaceConf
defaultInterface = 'reagent'
defaultInterface = 'reagent6'
defaultEnvRoots =
dev: 'env/dev'
prod: 'env/prod'
Expand Down

0 comments on commit 8329be9

Please sign in to comment.