这不是此主题的副本 Live reload in react-native without resetting the route
该线程已经有2个月的历史,而且该线程没有任何活动。
我见过很多关于HMR的提交https://github.com/facebook/react-native/commit/e018aa3100d93abf0e222cd70bbcbb6ab248eced
但是还没有看到任何关于如何启用它的文档。
现在可以在反应原生中做HMR吗?
有一个库react-transform-hmr
适用于旧版本的react-native。
答案 0 :(得分:0)
刚发现,本地0.22.0-rc
反应HOT RELOADING
附带 <script>
$(function(){
$("#miForm").validate({
rules: {
hola: {
required: true
}
}
messages: {
hola: {
lettersonly: "Escribe sólo letras"
}
}
});
});
</script>
。