prscX / react-native-app-tour

React Native: Native App Tour Library
Apache License 2.0
640 stars 119 forks source link

How to use with Flipper? #95

Open witalobenicio opened 4 years ago

witalobenicio commented 4 years ago

Flipper does not allow to use "use_frameworks"

prscX commented 4 years ago

This library requires use_framework since we have a native dependency on swift library which is a dynamic library and we need to use_framework. I am afraid to share we need to do a trade between flipper/app-tour until we have fix from RN in coming versions. Let me know incase you have any thoughts about fixing it.

For now you can comment flipper integration post that this library will work.

witalobenicio commented 4 years ago

I was trying to integrate Firebase too, which also has problems when using use_framework approach. I endup removing app-tour for the moment.

ravi-poonia commented 4 years ago

@prscX use_framework is messing with a lot of other packages. Is there a any workaround to this? Not an ios developer but is it possible to implement it with some other approach?