Danilo
Danilo
For the moment, I had to switch to [Volar extension](https://marketplace.visualstudio.com/items?itemName=johnsoncodehk.volar) on VSCode. (edited: just saw it is the recommended extension for the moment as mentioned at the [Vue3 official docs](https://v3.vuejs.org/api/sfc-tooling.html#ide-support))...
Currently, installing Amplify following the docs (using yarn instead of npm): ``` yarn add aws-amplify amazon-cognito-identity-js @react-native-community/netinfo @react-native-async-storage/async-storage ``` ...gives us this warnings: ``` yarn add v1.22.19 [1/4] Resolving packages......
> Invariant Violation: requireNativeComponent: "RNSVGPath" was not found in the UIManager. Did you rebuild your app? ```sh npx react-native run-android ``` If using Expo: ```sh npx expo run:android --device ```
Is this repo still maintained? Looks like there is no activity here in a while..
This issue seems to be related to this other one #3880 . The `` component seems not to follow the React principles of inheriting the contexts upward the component tree....
> I still fell like this is breaking the React rule. If something is inside a React context, it should have access to that context - where as that is...
As far as I could see from the make script, the uninstallation would be: sudo rm -rf /usr/local/bin/hostapd sudo rm -rf /usr/local/bin/hostapd_cli sudo rm /etc/init.d/hostapd sudo rm -rf /etc/hostapd Is...
Same here with Bus 001 Device 005: ID 2357:0109 TP-Link TL WN823N RTL8192EU `random: Trying to read entropy from /dev/random Configuration file: /etc/hostapd/hostapd.conf drv->ifindex=4 l2_sock_recv==l2_sock_xmit=0x0x5581a32ec4d0 ioctl[SIOCSIWMODE]: Invalid argument Could not...
I got this error after a clean rebuild: ```sh npx expo prebuild --clean npx expo run:android --device ``` It does not happen again with ```npm start``` that is a shortcut...
Since Expo SDK 50, it is not showing the database on Android Studio App Inspector either.