make reagent6 the default interface since React 15 is now used by RN

This commit is contained in:
Artur Girenko 2016-05-21 17:05:03 +02:00
parent 6e11cd0eb1
commit 8329be903e
1 changed files with 1 additions and 1 deletions

View File

@ -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'