skip to Main Content

How to build React Native Expo app using env variables from eas secret?

I have a .env file: REACT_APP_URL={value} REACT_APP_API_URL={value} REACT_APP_VEHICLE_IMAGE_URL={value} REACT_APP_NAME={value} REACT_APP_GA_TRACKING_ID={value} REACT_APP_WEBSITE_URL={value} That is my current file of eas.json: { "cli": { "version": ">= 10.0.2" }, "build": { "development": { "developmentClient": true, "distribution": "internal", "ios": { "simulator": true } }, "preview":…

VIEW QUESTION

Flutter – how to solve the stupid error your project requires a newer version..?

BUILD FAILED in 1m 21s Running Gradle task 'bundleRelease'... 82.6s ┌─ Flutter Fix ─────────────────────────────────────────────────────────────────────────────────────┐ │ [!] Your project requires a newer version of the Kotlin Gradle plugin. │ │ Find the latest version on https://kotlinlang.org/docs/releases.html#release-details, then update │ │ D:FLUTTER_PROJECTStestlumiandroidbuild.gradle:…

VIEW QUESTION

Deploy Next JS 14 on Plesk server

I'm trying to deploy a site to a Plesk server and unlike with previous Next JS versions where you had to edit /node_modules/.bin/next file and add start to const defaultCommand. (you can check reference here) https://medium.com/@keithchasen/how-to-set-up-your-next-js-app-on-plesk-server-7d8d247a2db2 I'm wondering if anyone…

VIEW QUESTION
Back To Top
Search