Pablo Botta

Results 28 comments of Pablo Botta

Hi, there! Are there be a migration guide from v1 to v2?

@mohammed-elhaouari in that cases you use styled() api: https://www.nativewind.dev/api/styled

You're welcome. I used with react-native-elements and works like charm

Hello, The ratings are begin a schedule task. You should configure the cron job in order to get them executed. See: https://laravel.com/docs/5.2/scheduling

In the [dev.env.js](https://github.com/STS-Rosario/carpoolear/blob/master/config/dev.env.js) or the [prod.env.js](https://github.com/STS-Rosario/carpoolear/blob/master/config/prod.env.js) depends on the kind of build your are trying to do.

Setting the API_URL https://github.com/STS-Rosario/carpoolear/blob/master/config/dev.env.js#L6

Never a mobile phone could connect to a localhost address, you have to publish using a local IP or a service like nip.io

Try running `npm run lint:fix`

You have to push the frontend web build code into the public folder of the backend. You can make a symbolic link

No, I meant symbolic link. https://www.shellhacks.com/symlink-create-symbolic-link-linux/