Youssouf EL AZIZI

Results 89 comments of Youssouf EL AZIZI

should be fixed with the last version as we migrate to the last nativewind version

Yes, technically you can add the environment setup to any project that uses the Expo prebuild system. Here is an explanation of the problem you are experiencing: "Unable to resolve...

Make sure you are starting the metro server without cache pnpm start -c

@janwiebe-jump Please make sure to use pnpm to install dependencies, remove `package-lock.json`, and push `pnpm-lock.json` instead.

Thank you @0x1337ak for taking time to test and review the updates ๐Ÿ™ Thank you, @janwiebe-jump, for your contribution. I will merge the PR and publish a new alpha version...

@byanko55 @pacoxu @cmwillett you can use this tricks i used with my astro website ```astro --- import { Icon } from "astro-icon/components"; export interface Props { url: string; } const...

You just need to add them as global environment variables in your repository, and the script should read them from the system. please try it and let me know in...

@heyanurag glad you found the starter useful. only singing credentials will be added automatically. For other env variables, you should add them manually

@SamuelLHuber @heyanurag, just added an new section in the docs for more clarity regarding env files and github action https://starter.obytes.com/ci-cd/app-releasing-process/#github-action-and-env-variables

@hmurovich yeah apparently we are still facing some issues with NativeWind on Windows devices. We are just waiting for the new official release of NativeWind to fix this issue. Please...