Created
April 19, 2017 21:19
-
-
Save rawrmaan/be47e71bd0df3f7493ead6cefd6b400c to your computer and use it in GitHub Desktop.
Kill React Native typings globals so we can use node globals too
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
ed -s ./node_modules/@types/react-native/index.d.ts <<< $',s/declare global/declare namespace FuckGlobals/g\nw' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment