mirror of
https://github.com/status-im/re-natal.git
synced 2025-01-13 22:25:15 +00:00
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…
x
Reference in New Issue
Block a user