Skip to content

Instantly share code, notes, and snippets.

@mitsuhiko
Created March 11, 2017 20:07
Show Gist options
  • Save mitsuhiko/91153a9d53f39c0ef5f8ca6e43ae2a85 to your computer and use it in GitHub Desktop.
Save mitsuhiko/91153a9d53f39c0ef5f8ca6e43ae2a85 to your computer and use it in GitHub Desktop.
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