revert fast refresh

Signed-off-by: Andrey Shovkoplyas <motor4ik@gmail.com>
This commit is contained in:
Andrey Shovkoplyas 2020-05-05 16:31:02 +02:00
parent ebb0697c53
commit eb6d14fd27
No known key found for this signature in database
GPG Key ID: EAAB7C8622D860A4
1 changed files with 0 additions and 5 deletions

View File

@ -53,8 +53,3 @@
:background-color "rgba(255,0,0,0.5))"}))}]
[react/text {:style {:margin-top 10 :color (if @warning? :red colors/black)}}
@label]])))
(when ^boolean js/goog.DEBUG
(when-let [DevSettings (.-DevSettings ^js react/native-modules)]
(when (.-setHotLoadingEnabled DevSettings)
(.setHotLoadingEnabled ^js DevSettings false))))