How to add a whole schema into the another schema in Realm database using react native>
How to add a whole schema into the another schema in Realm database using react native>
I am working in the Shoping cart app. I have shown the Item image description and price in the dashboard. When the user want to add an item to the cart i have given a ADD button. But i don't know how to add the item into the cart. I am using realm database for react native (An hybrid mobile app). Can any one help me.
By clicking "Post Your Answer", you acknowledge that you have read our updated terms of service, privacy policy and cookie policy, and that your continued use of the website is subject to these policies.
Do you store the cart in a Realm? If so, you can have a property which is a list of items.
– geisshirt
Jul 3 at 21:25