When changing scheme to Release in able to run the app on the device, it triggered an error ``` Unhandled JS Exception: TypeError: undefined is not an object (evaluating 'this._subscribableSubscriptions.forEach') ``` This crashed the application. I searched for the error code and found it: `project/node_modules/react-native/Libraries/Components/Subscribable.js` on line 33 with RN 0.51.0