mParticle / react-native-mparticle

React Native module for mParticle
https://www.mparticle.com
Other
13 stars 27 forks source link

fix: Fix Swift File Support #211

Closed BrandonStalnaker closed 4 days ago

BrandonStalnaker commented 1 week ago

Summary

Fix swift files not available in React SDK

Testing Plan

Tested to confirm consent states made it to sdk

Master Issue

Closes https://go.mparticle.com/work/SQDSDKS-6905

BrandonStalnaker commented 1 week ago

@einsteinx2 I'm between this fix and a change to the core SDK to add #import "MParticleSwift.h" to the mParticle.h file though that doesn't seem to work how I'd expect. I'd prefer the latter but this is what works.