eddyclock

Results 1 comments of eddyclock

Hi Nurcinozer, i have also encountered this error and just find workaround solution as below in **index.js** ``` import {LogBox} from "react-native"; LogBox.ignoreLogs(['new NativeEventEmitter']); // Ignore log notification by message...