From 1b29623e251e9ba7ae039157e04fde8777bf4b98 Mon Sep 17 00:00:00 2001 From: Artur Girenko Date: Wed, 25 May 2016 07:44:37 +0200 Subject: [PATCH] add note to Readme how to disable Figwheel fixes #55 --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index d4cd2ea..885cab1 100644 --- a/README.md +++ b/README.md @@ -107,6 +107,8 @@ NOTE: you might need to restart react native packager and reload your app in sim If all went well you should see REPL prompt and changes in source files should be hot-loaded by Figwheel. +To disable Figwheel run `lein prod-build` + #### Using external React Native Components Lets say you have installed an external library from npm like this: