Filippo Leone
Filippo Leone
I'm in Expo React Native. Initial state: `const [isCollapsed, setIsCollapsed] = useState(false);` Simply using `` with a toggle in a ` setIsCollapsed((prev) => !prev)}>` Problem is the component just starts...
I'm getting these errors: error[E0432]: unresolved import `tauri::Icon` --> C:\[...]\.cargo\registry\src\index.crates.io-6f17d22bba15001f\tauri-plugin-window-2.0.0-alpha.2\src\desktop_commands.rs:10:5 | 10 | Icon, | ^^^^ no `Icon` in the root | = help: consider importing this variant instead: tauri::menu::MenuItemKind::Icon...