Questions tagged [mobile-application]

Describes a digital application specifically created to operate on portable gadgets like smartphones, PDAs, or tablets.

The child_process module was not detected in the project while using React Native

Recently started a new project using React Native version 0.61.4. I copied the screens and functionality from a previous project that was on version 0.55.4. Although everything is built, I am facing issues with bundling and encountering the following error ...

The Appsheet algorithm determined the exact expiration date as 2 days from the specified date

In my Appsheet, I have two columns: Production Date and Expired Date. If the Production Date is 35 months before the Expired Date, how can I create a formula in Appsheet to calculate this? For example, if the Production Date is 01/10/2023, then the Expired ...

Is it possible for me to utilize NextJs API routes to manage both web and mobile applications?

Exploring ways to develop a web app in Nextjs and later transition to building a mobile app in React Native. Unsure about which api to utilize for both platforms. Can the Nextjs api effectively support both web and mobile apps? Is this feasible and advis ...

Develop a mobile application utilizing reactjs based on my website, not native

I am in the process of creating a mobile application that mirrors my existing website built with reactjs. As I was researching on reactjs, I wondered if it is possible to convert my reactjs code from the website into code for the mobile application. Any s ...