Skip to content

Tag: package

Unable to resolve dependency tree Reactjs

I am trying to install react-tinder-card in my current project.So i am tring to install the react-tinder-card but after i use the command npm install –save react-tinder-card All i can see in my console is: When i opened the debug.log file, i found this: I don’t understand what that means. Please h…

MainApplication.java in React Native 0.61.0

I’m migrating my project from React Native 0.59.9 to 0.61.0 (not advisable, but I have my own reasons). In my existing project I have the following code in MainApplication.java: In MainApplication.java in v0.61.0 the following code is auto-generated (corresponds to the code above): Does it make sense th…