Diego

Results 13 comments of Diego

@andrewszucs what error do you get with test number? I was having problems because docs says that verification code are 5 digits but in fact It was 6 to get...

having the same behavior Cannot find module 'ajv/dist/compile/context' tried with ipcMain => ipcRenderer and the initRenderer()

Is there any additional configuration for typescript? My project was expo javascript and the plugin was working fine with this configurations: Project structure: ```js Myproject - src/ AppRoot.js - error/...

How about pressable pagination dots to navigate between screens?

faz um post para https://df.uol.com.br/v2/cards ``` -data sessionId= --data amount= --data cardNumber=4111111111111111 --data cardBrand=visa --data cardCvv=123 --data cardExpirationMonth=12 --data cardExpirationYear=2030 ```

It can be related with #40 so we can create a invisible dragable and detect the colision/overlap

It would be nice also add a highlight to the buttons in the white url bar, maybe a border, it is difficult to distinguish that they are buttons at first...

im having a similar strange behavior using expo 44 and "react-native-dotenv": "^3.3.1" process.env.NODE_ENV return undefined but process.env have value i dont know how its possible ```ts console.log(process.env); /* output: Object...

im having same issue, in my case if the target folder already got the files in the tar archive the error appears, creating a new empty folder for the upload...

You can define a job data prop, something like ```ts removeOnCompleted: true ``` and inside job handler check If prop exists ```ts doJobwork(); done(); If(job.data.removeOnCompleted){ await job.remove(); } ```