jackcrane / rn-mts-scanner

0 stars 0 forks source link

Switch passing state through props to asyncstorage #6

Closed jackcrane closed 3 years ago

jackcrane commented 3 years ago

Need to switch the cart management to asyncstorage over state. This will protect deep linking and help keep memory usage low.

jackcrane commented 3 years ago

I think this is done, I have removed most of the old stateful functionality but still have a little testing to do.

jackcrane commented 3 years ago

Done, all stateful logic for managing the cart has been removed and deprecated