annaostapenko22
annaostapenko22
Hi, have you found the solution? I have the same problem
How did you link the framework MaterialShowcase then? Did you create the folder RNAppTour and drug Pod.xcodepoject from node-modules/react-native-app-tour/ios?
@prateekchitransh1907
@vaibhavhrt Hi, have you found the solution?
@prscX For me, problem was with compatibility with flipper. I am using react-native 0.63.3 @vaibhavhrt I commented these lines in my Podfile # use_flipper! # post_install do |installer| # flipper_post_install(installer)...
@prscX Unfortunately this doesn't work for me. @vaibhavhrt I am also using firebase, that is why in addition to my steps I also set s.static_framework to true (instead of false)...
@BTCBoss @oyusuftaha Have you found the solution?
Hi @monjohn @sypl @ghasemikasra39, any updates? I have the same issues. I'm using v0.11.5 and React Native 0.63.3
facing the same problem, did anyone find a solution?
In my case I added `behavior={isAndroid ? 'height' : 'position'}` and also needed to add different `keyboardVerticalOffset` for android, iPhoneX and normal iPhone ``` const calculateKeyboardVerticalOffset = () => {...