Skip to content

Commit

Permalink
fix 0.32 compat
Browse files Browse the repository at this point in the history
  • Loading branch information
geof90 committed Aug 26, 2016
1 parent 2a78ed5 commit b743d07
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,6 @@ private void loadBundle() {
bundleLoaderField.setAccessible(true);
bundleLoaderField.set(instanceManager, latestJSBundleLoader);
} catch (Exception e) {
e.printStackTrace();
// RN <= v0.30
Field jsBundleField = instanceManager.getClass().getDeclaredField("mJSBundleFile");
jsBundleField.setAccessible(true);
Expand Down

0 comments on commit b743d07

Please sign in to comment.