Skip to content

Commit

Permalink
Include PreAllocateViewMountItem into the eager initialization of Fab…
Browse files Browse the repository at this point in the history
…ric classes

Summary: simple diff to eager initialize the PreAllocateViewMountItem class with the rest of the Fabric classes

Reviewed By: sahrens

Differential Revision: D13860612

fbshipit-source-id: d1fbc653420c1c1546bbf605c682ad5bb611d76b
  • Loading branch information
mdvacca authored and facebook-github-bot committed Jan 30, 2019
1 parent 16a6e51 commit 6feb3dc
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
import com.facebook.react.fabric.mounting.mountitems.DispatchCommandMountItem;
import com.facebook.react.fabric.mounting.mountitems.InsertMountItem;
import com.facebook.react.fabric.mounting.mountitems.MountItem;
import com.facebook.react.fabric.mounting.mountitems.PreAllocateViewMountItem;
import com.facebook.react.fabric.mounting.mountitems.RemoveMountItem;
import com.facebook.react.fabric.mounting.mountitems.UpdateEventEmitterMountItem;
import com.facebook.react.fabric.mounting.mountitems.UpdateLayoutMountItem;
Expand Down Expand Up @@ -110,5 +111,6 @@ private static void loadClasses() {
EventBeatManager.class.getClass();
EventEmitterWrapper.class.getClass();
FabricSoLoader.class.getClass();
PreAllocateViewMountItem.class.getClass();
}
}

0 comments on commit 6feb3dc

Please sign in to comment.