DavidCks
DavidCks
Since this is the first thing that comes up in google I thought I might aswell post my solution here: [https://dev.to/davidcks/how-to-send-a-message-to-a-child-component-in-yew-503](https://dev.to/davidcks/how-to-send-a-message-to-a-child-component-in-yew-503) Basically I have a link field in my parent...
It seems to be related to a monorepo setup. My metro.config.js was: ```js // Learn more https://docs.expo.io/guides/customizing-metro const { getDefaultConfig } = require("expo/metro-config"); const path = require("path"); // Find the...