Skip to content

Instantly share code, notes, and snippets.

View deceive3w's full-sized avatar

Defri Tri Wahyudi deceive3w

View GitHub Profile
@deceive3w
deceive3w / Screen.js
Last active April 19, 2019 11:24
Fix Multiple React Native Navigation
//change Screen.js in node modules react-native-navigation
/*eslint-disable*/
import React, {Component} from 'react';
import {
NativeAppEventEmitter,
DeviceEventEmitter,
Platform
} from 'react-native';
import platformSpecific from './deprecated/platformSpecificDeprecated';