magento_react_native
magento_react_native copied to clipboard
🛒 MageCart: E-commerce app for Magento 2.x written in React Native
**Are there certain things to report that are not a bug or feature?** If someone has setup [SMTP server setup](https://magento.stackexchange.com/questions/241019/were-unable-to-send-the-password-reset-email) in your Live magento store, can you test forget password...
**Is your feature request related to a problem? Please describe.** There is no logo for App icon, default Android icon is shown, would be good if a new logo is...
``` npm ERR! code ERESOLVE npm ERR! ERESOLVE unable to resolve dependency tree npm ERR! npm ERR! While resolving: [email protected] npm ERR! Found: [email protected] npm ERR! node_modules/eslint npm ERR! dev...
error
C:\test\magento-react-native>react-native run-android info Running jetifier to migrate libraries to AndroidX. You can disable it using "--no-jetifier" flag. (node:8044) Warning: Accessing non-existent property 'padLevels' of module exports inside circular dependency (Use...
Starting a Gradle Daemon (subsequent builds will be faster) FAILURE: Build failed with an exception. * Where: Settings file 'C:\test2\magento_react_native\android\settings.gradle' * What went wrong: Could not compile settings file 'C:\test2\magento_react_native\android\settings.gradle'....
**Is your feature request related to a problem? Please describe.** Convert [`SearchScreen`](https://github.com/alexakasanjeev/magento_react_native/blob/develop/src/screens/SearchScreen/index.js) into functional component. Extract component into smaller components and reuse sort and filter component that are present in...
I did the installation and the application works normally. I registered a user through the application normally. However, when I try to add a product to the cart, the following...
**What does this implement/fix? Explain your changes.** - [x] Use Jest snapshots, to write test for redux actions - [x] Use Jest snapshots, to write test for redux reducers -...
**Is your feature request related to a problem? Please describe.** react navigation suggests to use `react-native-screens` package for performance optimization. **Describe the solution you'd like** Implement the steps mentioned in...