Pierre-Alexandre Dupuy
Pierre-Alexandre Dupuy
hello @kdastan , i use `[email protected]` and it works like a charm for me. Is the problem on Android or iOS or both ? Did you restart the app after...
@SamBellerose @Keped @howieyoung it works for me with : - `[email protected]` - `[email protected]` Did you add the langs in the localizations section ? ![capture d ecran 2018-06-06 a 17 20...
@SamBellerose I notice something else ... I load my different translation files based on a shorter version of the `I18N.locale` Here is my working code ``` import I18n from 'react-native-i18n';...
@jalada when you register your screen, wrap it with a HOC. You need to repeat this operation as often you have screens ```js import { withE2E } from './hoc'; import...
Hello there, to reproduce the bug : - deploy an app to heroku via https://www.heroku.com/deploy?template=https://github.com/fastlane/boarding - try to connect to the beta dashboard - failed to connect Here are the...
@DylanVann it will be very useful, especially with a fading transition when the image is loaded. Currently, the fading transition is always applied, if we can check if the image...
Thanks to this comment https://github.com/vercel/next.js/issues/66373#issuecomment-2174015301 I successfully setup a global proxy agent with no custom server inside the `layout.ts` ```ts filename="layout.ts" import { ProxyAgent, setGlobalDispatcher } from "undici"; if (process.env.HTTP_PROXY)...