Published on 08/02/2024
Published by Pratik Takle
Solution - FATAL EXCEPTION: mqt_native_modules
- Error:
- Add the following code to your “index.js”.
-
123456789101112if (!__DEV__) {global.console = {info: () => {},log: () => {},assert: () => {},warn: () => {},debug: () => {},error: () => {},time: () => {},timeEnd: () => {},};}