ExpoKit add official react-native-lottie library

Hi,

I would like to know if it is possible to override lottie library by official lottie library from ExpoKit dependency in PodFile?

Thanks for reply.

I think this should work but you’d have to just try it.

How i can override lottie library from ExpoKit in Podfile ?

pod 'ExpoKit',
    :git => "http://github.com/expo/expo.git",
    :tag => "ios/2.5.9",
    :subspecs => [
      "Core",
      "CPP",
      "GL"
    ],
    :inhibit_warnings => true

are you trying to do this to update the version or what?

Hi, i am trying to use lottie-react-native instead of the library provided by ExpoKit @notbrent

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.