Shiva Sankar

Results 8 comments of Shiva Sankar

I need to call the above lifecycle scripts, but it not working in yarn v2, working fine in yarn v1

Issue fixed in callstack/react-native-pager-view v6.5.1, Now i'm not observing the crash https://github.com/callstack/react-native-pager-view/releases/tag/v6.5.1

> Couldn't find version numbers for the following packages in the issue: > > * `@react-navigation/stack` > > Can you update the issue to include version numbers for those packages?...

Any update on this issue? Im facing this issue on react native 0.75.4 with "react-native-pager-view": "^6.4.1",

How to install a library from jfrog artifactoy using yarn v3 in react native app?

➤ YN0001: │ Error: @fyndus/fynduscommunicator@npm:0.0.3: @fyndus/fynduscommunicator@npm:0.0.3::__archiveUrl=https%3A%2F%2Fartifactory-fyndus.com%3A443%2Fartifactory%2Fapi%2Fnpm%2Ffyndus-rn-fynduscommunicator-npm-stable-local%2F%40fyndus%2Ffynduscommunicator%2F-%2F%40fyndus%2Ffynduscommunicator-0.0.3.tgz isn't supported by any available resolver at kf.getResolverByDescriptor (/Users/B412126/.yarn/releases/yarn-3.6.4.cjs:391:1647) at kf.getCandidates (/Users/B412126/.yarn/releases/yarn-3.6.4.cjs:391:1235) at W0.getCandidates (/Users/B412126/.yarn/releases/yarn-3.6.4.cjs:435:3323) at kf.getCandidates (/Users/B412126/.yarn/releases/yarn-3.6.4.cjs:391:1264) at /Users/B412126/.yarn/releases/yarn-3.6.4.cjs:439:8033 at df (/Users/B412126/.yarn/releases/yarn-3.6.4.cjs:390:11070) at...

@BasixKOR Can you please provide an detailed sample This is my .yarnrc.yml file `nodeLinker: node-modules yarnPath: .yarn/releases/yarn-3.6.4.cjs npmRegistries: "https://artifactory-na.fyndus.com/artifactory/api/npm/fyndus-rn-fynduscommunicator-npm-stable-local/": npmAlwaysAuth: true npmAuthToken: mytokenhere npmScopes: myscope: npmRegistryServer: [https://artifactory-na.fyndus.com/artifactory/api/npm/fyndus-rn-fynduscommunicator-npm-stable-local/`](https://artifactory-na.fyndus.com/artifactory/api/npm/fyndus-rn-fynduscommunicator-npm-stable-local/%60) package.json { "name":...