Tom Ruijgrok
Tom Ruijgrok
I implemented the image view component in a modal from React Native Navigation (wix). This works great and everything is working properly. However when I close the regular modal the...
### What happened? When trying to build my android app for rn version 0.78.2 and 0.79 I get this error: `node_modules/react-native-navigation/lib/android/app/src/reactNative71/java/com/reactnativenavigation/react/modal/ModalContentLayout.kt:12:1 Class 'ModalContentLayout' is not abstract and does not implement...
When using e2e tests (for example with detox or maestro) you want to have a testID to check if the toast message is visible or not. Fix for issue: #188