I am working on an existing native app where three different partner companies are working so three different react-native modules.
Here the problem is when they are creating a javascript bundle, it includes javascript core also in each bundle that is increasing the size of a native app.
Does anyone know what is the correct way to handle this problem?