Farooq
Farooq
I am also facing this problem. I got this error: ``` The package at "node_modules\react-native-svg\src\utils\fetchData.ts" attempted to import the Node standard library module "buffer". It failed because the native React...
> I am also facing this problem. I got this error: > > ``` > The package at "node_modules\react-native-svg\src\utils\fetchData.ts" attempted to import the Node standard library module "buffer". > It...
From [this Expo page](https://docs.expo.dev/router/advanced/native-intent/#redirectsystempath), they described how to handle incoming native links. So, I implemented the code below in `app/+native-intent.tsx` file and it worked. ``` import { appScheme } from...