Frederiko Ribeiro
Frederiko Ribeiro
Well, you can try to check if you are not using the same name as in the import and then re declaring it as a const with the same name....
Same for me here!
> I find the same to be true. This another repository worked for me: https://github.com/Fyb3roptik/swaggomnia
I have used Yarn instead. In the folder of my package, where the error was occurring when using `npm link` I just deleted the **node_modules** and **package.lock.json** and did the...
> @unixcow @PR1YANKPAT3L try something like this, worked for me: > > ``` > import Reactotron from 'reactotron-react-native' > import AsyncStorage from '@react-native-community/async-storage' > Reactotron > .useReactNative() > .configure() >...