Tobias Wimmer
Tobias Wimmer
```dart final FacebookLogin facebookLogin = FacebookLogin()..loginBehavior = Platform.isIOS ? FacebookLoginBehavior.webViewOnly : FacebookLoginBehavior.nativeWithFallback; ``` This is how I solved it but I'm sure there should be a better solution.
I tried the same with RabbitMQ, it works there.
I got an exception that stated the Upgrader was used before initialize was called. Was confused because the example code didn't call initialize either. Dug deeper into the package code...
@lthoedt How do you install manually?
> I don't want to use a patch for now, and I did not manage it with react-native-pager-view either. So I went with Flatlist with horizontal and pagingEnabled, does the...