Sanjeev yadav

Results 31 comments of Sanjeev yadav

Hello @diegohaz First of all thank you for creating this repo and providing extensive resources about the entire code base. I have created a similar repo [arcn](https://github.com/alexakasanjeev/arcn) for **React Native**...

Are you accepting contribution to this project?

Ok, sure I would work on this, will create a PR, containing upgrade

@kartik-budhiraja go ahead take it :smile: and if you care checkout https://github.com/alexakasanjeev/magento_react_native there's lot to contribute there

Hi, I was wondering what it takes to get my boilerplate code get listed in ignite. I have written React Native boiler plate code that is based on [Atomic design](http://bradfrost.com/blog/post/atomic-web-design/)...

It's nearly been 2 years, and no progress

That will be better, frankly I have used room & Objectbox both, I will choose room over ObjectBox everytime

true, but I don't know why but sometimes the price present in CartReducer inside `quote: { items: [ { name: "Herra Pullover", price: 0 ...` is zero so, this code...

yes, that is the problem, but that should never happen, the price in `quote: { items: [ { name: "Herra Pullover", price: 0 ...` should not be zero in first...

> I found a similar issue from the project I worked on before, the reproducing steps were > > 1. Complete an order > > 2. Add one product to...