Created
March 11, 2017 20:07
-
-
Save mitsuhiko/91153a9d53f39c0ef5f8ca6e43ae2a85 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
if let Ok(val) = env::var("__SENTRY_RN_WRAP_XCODE_CALL") { | |
if &val == "1" { | |
return react_native_xcode::wrap_call(); | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment