Artem Shevtsov
Artem Shevtsov
Wrapping Modal content with Root solved the problem with z-indexing Toast, but this problem appears next https://github.com/GeekyAnts/NativeBase/issues/937
> ```shell > sudo modprobe tun > lsmod | grep tun > reboot > ``` Still having the same issue Distributor ID: Ubuntu Description: Ubuntu 18.04.5 LTS Release: 18.04 Codename:...
ranges.key field must be of string type
couldn't find DSO to load: libjscexecutor.so caused by: dlopen failed: library "libjsc.so" not found
@zhuweideng, packagingOptions section appeared in 0.62.0-rc.0, but it differs from your version a little bit: 6 libraries in your version vs 4 in default config version, are you sure that...
I also have "CLEAR_APP" action type at every reducer. This action clears everything needed manually, all other solutions didn't not worked as expected.
`ReactModal__Content` should not overlap `ReactModal__Overlay` to make shouldCloseOnOverlayClick working. Here is a working example with Tailwind classes applied: ```jsx import Modal from 'react-modal'; import { ReactNode } from "react"; interface...
--force-ipv6 worked for me, I am using Hetzner Cloud my instance was getting response for video https://www.youtube.com/watch?v=M5t4UHllkUM with message "this content isn't available" instead of requested video id
Disabling remote JS debugging and restarting the emulator fixes that problem for me too.
There is a react native view editable library (https://www.npmjs.com/package/react-native-view-editable), so it is possible to make CKEditor 5 compatible with react native.
Yes, it is possible to place a `` component to the app screen, then load a local html page with ckeditor initialization and communicate with an editor via postMessage, but...