Sergi Gonzalez
Sergi Gonzalez
Hello, there is a new version 4.7.4 and I don't see anywhere the changelog of the new version. It would be nice to know what changes have been made as...
### Package.json file ```JSON { "name": "medusa-plugin-import-shopify", "version": "0.0.1", "description": "A starter for Medusa plugins.", "author": "Medusa (https://medusajs.com)", "license": "MIT", "files": [ ".medusa/server" ], "exports": { "./package.json": "./package.json", "./workflows": "./.medusa/server/src/workflows/index.js",...
Hi, after the new architecture of React Native, it would be interesting to check 100% that it works with the new architecture. In expo indicates: Untested on New Architecture: react-native-element-dropdown....
Hi, after implementing in my application a dropdown of the example, I realized that the modal that opens when you click on the dropdown, was incorrect, after investigating I realized...
**Is your feature request related to a problem? Please describe.** Currently, if we have two products on two different channels and they use the same language, when we modify the...
Hello, you are using ‘deprecated-react-native-prop-types’, it would be nice to remove this dependency which is totally deprecated. I could work on the PR myself. Do you need a maintainer for...
Hi, using the example in the repository. The case if there is an element selected as ‘Beta’ and I write another element, but I blur the input and it returns...
**Is your feature request related to a problem? Please describe.** I have a plugin for store authentication, and it uses the phone number as the login method. **Describe the solution...