Samuel Whitby
Samuel Whitby
Thanks for the quick response. Unfortunately that does not fix my issue. I grabbed your branch and ran your test [here](https://github.com/StefH/System.Linq.Dynamic.Core/blob/7991751236b9f6c68373ff4f174ae76f8d5b9ce4/test/System.Linq.Dynamic.Core.Tests/DynamicExpressionParserTests.cs#L281) and its passing under that scenario, however if you...
> Be prepared to crash. Save all states and navigation stack on local-storage, launchCamera. The app will restart, you will restore all the screen/navigation/data/etc, and get photo using the [ImagePicker.getPendingResultAsync](https://docs.expo.dev/versions/v47.0.0/sdk/imagepicker/#imagepickergetpendingresultasync)....
You can still use react dev tools if you select 'React Native' from the top left dropdown, it just doesn't work if you select a specific application. Seems like a...
@gosha212, I'm actually using the package react-native-simple-toast and this is working as expected in iOS, its just Android that has the problem (it uses the ToastAndroid.show api internally). I saw...
@d4vidi below is the detox api i'm using that works in iOS and doesn't work in android. ```ts await expect( element(by.text('testToastMessaage')), ).toBeVisible(); ``` I have also tried what you suggested...