Complete BLoC with Clean Architecture (group chat) Discount !! E-commerce App With Backend Source Code Video and Voice Chatting App Firebase Chatting App Source Code Complete Gym App BLoC State Management Source Code Complete Study App Buy Ticket Booking App Source Code Buy Travel App With Backend Source Code Complete Chat App Udemy Course Special Offer Discount !! Online Learning Course App (BLoC) Online Learning Course App (Riverpod) Online Learning Course App (Getx) Discount !! Shopping App (Provider) Cool Flutter Game Flutter Nodejs Chat App Flutter Nodejs Api And Firebase Chat App Riverpod Task Management App
React Native E-commerce app some issues you may have encountered. Let's see how to solve them.
Not getting cart item title in the flatlist
To solve it
remove the brackets around the title
Not getting any data in the cartscreen
After getting the response, we are accessing the products response.data[0].products and we should set the product data to the state variable for it to be accessible outside of our hook by calling the function setData().
Font family medium
ERROR fontFamily "medium" is not a system font and has not been loaded through Font.loadAsync.
The solution to this is
npx expo install expo-font@~11.1.1 react-native@0.71.14 addin this upgrade.