didac-wh
didac-wh
My workaround was to add the env var when calling the program through cmd: `set PWD=C:\Users\[Whatever_path]&& node .\node_modules\sequelize-auto-migrations\bin\makemigration --name test` Note that there's no space between the path and the...
A dirty, quick, lazy way is to set "skip" property to a space. The button is still there, but users will unlikely press it. ``` export default copilot({ verticalOffset: 32,...
@mohebifar could you merge this? @personjerry thanks for the feature.
Feel free to use my fork which should fix this error: package.json: ``` "dependencies": { ... "react-native-numeric-input": "https://github.com/didac-wh/react-native-numeric-input.git" ``` Install dependencies and rebuild
Could you elaborate on the setps required to implement this on an existing React Native 0.73 project?
Any updates on this matter?