Jean-Baptiste Bolh
Jean-Baptiste Bolh
I haven't looked under the hood or anything... but this jumpy behavior goes away by adding a delay (with debounce) to the onChange function of the Brush component. This does...
@alexspurlock25 I added the .arkana.yml file at my project root. Do you see anything wrong with it? ``` environments: debug: OPEN_API_KEY: "abcdefghijklmnopqrstuv123456789" release: OPEN_API_KEY: "abcdefghijklmnopqrstuv123456789" secrets: - key: OPEN_API_KEY env_var:...
Haven't yet been able to get this to work unfortunately... .arkana.yml ``` environments: debug: DEBUG_OPEN_API_KEY: "abcdefghijklmnopqrstuv123456789" release: PROD_OPEN_API_KEY: "abcdefghijklmnopqrstuv123456789" ``` .env ``` DEBUG_OPEN_API_KEY: "abcdefghijklmnopqrstuv123456789" PROD_OPEN_API_KEY: "abcdefghijklmnopqrstuv123456789" ``` Result after running...
Hi @rogerluan thanks for checking in! Apologies for not getting back quickly, been a busy day at work... I think I figured it out since my command just ran successfully...
I'm having this issue. Might just be a warning but further down my build fails. This is the issue (something to do with fastlane) https://github.com/expo/eas-cli/issues/2109 I'm thinking this might be...