is there way reload javascript programmatically on android in menu?
i directly in native java
so found solution checking in code directly.
in class extends reactactivity call :
getreactnativehost().getreactinstancemanager() .getdevsupportmanager().handlereloadjs();
Comments
Post a Comment