margelo / react-native-skottie

▶️ Efficient lottie animations using Skia's Skottie module
https://margelo.io
MIT License
868 stars 24 forks source link

fix(ios): fix ios not building when using use_frameworks with static linkage #34

Closed hannojg closed 6 months ago

hannojg commented 6 months ago

For all RNSkia headers I had to use double quotes instead of angle brackets, as otherwise building on iOS with use_frameworks! :linkage => :static would fail. With this configuration it builds for use_frameworks and without + android works as well.

Fixes: