Johan du Toit

Results 100 comments of Johan du Toit

> > The example app runs just fine with 31 set for both targetSdkVersion and compileSdkVersion (had to add the `exported` flag though). > > > > Please share a...

Wonder if it's worth reverting back to `targetSdkVersion rootProject.ext.targetSdkVersion`. Probably not. Let's update the docs.

if anyone is testing this, please do provide feedback!

This isn't specific to the FAB. See this quickly thrown together example (testable in expo-snack) PS. Nice lib! ``` import React from 'react'; import { View, Text } from 'react-native';...

Glad you figured out the underlying problem @IjzerenHein! I don't have this issue myself, as I use the switch navigators differently, which is to create different flows in the app...

I created a local implementation last night. I didn't go with the `accessGroup` in the constructor approach, as I figured someone might want to change it/not use it between calls....

@jamesmontemagno I was about to submit a PR, however it's for iOS only and would put the other platforms in an unsupported state. Any ideas on how that should be...

Can you share your code? Reproducible with the example code?

How are you rendering the image? via the base64 data? I too have a profile screen and this isn't happening on my side.