ayoub khourbach

Results 7 comments of ayoub khourbach

hey @AuYuHui can you add execution permission `chmod +x eas-pre-install`

it should works because you just adding execution permission to the file . > > hey @AuYuHui can you add execution permission `chmod +x eas-pre-install` > > If the script...

yes , because permission file in windows is different from Linux/Unix/ i didn't try it in windows i think you need to add .sh extension

@TechNech you can use `pnpm start -c` to clear the cache no need to rebuild

I want to add this: - with Realm but without flipper: loading complete first time , after exit expo app, loading again from expo by click on development server IP...

yep removing `shadow-` did solve it for me going for style for now

@MrPand-21 i think the issue might be with the `react-native-css-interop` add this to your package json ``` "overrides": { "nativewind": { "react-native-css-interop": "0.2.0" } } ``` remove node_modules and lock...