Thiago Marinho

Results 8 comments of Thiago Marinho

no @gabrielbahniuk ;/

log errors: ```bash 2022-04-29T00:33:32.306313+00:00 heroku[web.1]: Starting process with command `/bin/sh -c HASURA_GRAPHQL_DATABASE_URL\=\postgres://hahha:llalal@ehahaha:5432/asdasd\ \\\ graphql-engine\ \ \ \ \ --database-url\ \postgres://[email protected]:5432/asdasda\ \ \ \ \ --metadata-database-url\ \postgres://bbsdsdsctwo:[email protected]:5432/d1vu9ahep8o5po\ \ \ \ \...

great job @akinncar. It's should be released. cc/ @diego3g

> I ran into this issue. My solution: > > * rm pnpm-lock.yaml > * rm -rf node_modules > * rm -rf ~/Library/pnpm > * pnpm install > > Then...

Try this as @LuC4SC4S said. ``` let mainWindow = new BrowserWindow({ height: 800, width: 800, show: false, webPreferences: { nodeIntegration: true, }, }); ```

> it's works for me also, but I would like to understand why I can use const/require and not **import**

I have the same issue: ``` import { StyledProps, useSx } from 'native-base' import { useSafeAreaInsets } from 'react-native-safe-area-context' import Toast, { BaseToast, BaseToastProps } from 'react-native-toast-message' type Props =...

https://github.com/callstack/react-native-slider/issues/582