make reagent6 the default interface since React 15 is now used by RN
This commit is contained in:
parent
6e11cd0eb1
commit
8329be903e
|
@ -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'
|
||||
|
|
Loading…
Reference in New Issue