I have followed this walkthrough for integrating a native Module with my react native app (v 0.79) in iOS. When launching the app, the init method of my native module is getting called twice, once with the module name 'NativePerformanceCxx' and once with the actual name pertaining to my module. Why is this happening and is this expected behavior in the case of migrating to the new architecture in react native?