Boris Evstratov

Results 4 comments of Boris Evstratov

Any updates on this bug? I have also experienced this inconsistent saving behavior when pasting data into the Editor. ![Jun-14-2022 16-36-05](https://user-images.githubusercontent.com/48457361/173591644-97bed5de-2d18-4a7d-9594-8d0e9b46a3fe.gif)

Any updates/workarounds on this? I'm on the latest version `"react-native-ui-lib": "^6.21.2"`, however still face these errors when trying to compile for web: ``` ./node_modules/@react-native-community/blur/index.js:1 Module not found: Can't resolve './src/BlurView'...

Seems like you can use `containerStyle` property for that, e.g.: ```javascript Toast.show("Toast:test message", { duration: Toast.durations.LONG, position: Toast.positions.TOP, shadow: false, animation: true, hideOnPress: true, delay: 0, textColor: "cyan", containerStyle: {...

Managed to find a workaround for this problem (since I have to run different number of instances for each environment, say: 1 for development, 4 for testing, and 16 for...