Skip to content

v0.5.3

Compare
Choose a tag to compare
@HazAT HazAT released this 27 Mar 07:32
· 2604 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