mirror of
https://github.com/status-im/re-natal.git
synced 2025-02-12 04:26:36 +00:00
- Removed REPL based on ambly for now, need to find a good solution for both iOS and Android - Added figwheel based on great work found in https://github.com/decker405/figwheel-react-native - Android still does not work with figwheel, but reload works very fast
7 lines
108 B
Clojure
7 lines
108 B
Clojure
(ns env.$PLATFORM$.prod
|
|
(:require [$PROJECT_NAME_HYPHENATED$.$PLATFORM$.core :as core]))
|
|
|
|
(core/init)
|
|
|
|
|