Skip to content

v0.5.3

Choose a tag to compare

@HazAT HazAT released this 27 Mar 07:32
· 3311 commits to main since this release
  • Fix import for
#if __has_include(<React/RNSentry.h>)
#import <React/RNSentry.h> // This is used for versions of react >= 0.40
#else
#import "RNSentry.h" // This is used for versions of react < 0.40
#endif