Activities of "bolenton@gmail.com"

  • ABP Framework version: v5.0.0
  • UI type: Angular / React
  • DB provider: MongoDB
  • Tiered (MVC) or Identity Server Separated (Angular): no

Upon downloading a fresh copy of the app from the abp suite, I am able to run the Migration, Api Host, and angular app with no issues at all.

However my intent is to build the mobile app and not use the angular for now. I have had many challenges trying to do this. I could not get the app to run on my devices (iOS and android expo go) with out updating the SDK from v39 to 44, after doing that I had to fight dozens of error messages and incompatible packages. After finally getting the app to launch, I still have constant warning messages about outdated packages and plugins. Many of the HTTP Calls will hang (issues related to JS promise) and I have to restart the app.

My question is what is the state of the react native mobile template and is there plans to continue development on it? As of now in the latest version it seems outdated?

Also is there any plans for having a react.JS web app for the sake of maximizing code reuse?

  • ABP Framework version: v5.0.0 Stable
  • UI type: MVC / React
  • DB provider: MongoDB
  • Tiered (MVC) or Identity Server Separated (Angular): MVC

Created a brand new app from scratch and will mainly be building the mobile app (react) after following this guide https://docs.abp.io/en/commercial/5.0/getting-started-react-native and got the MVC app running at my local IP address, my mobile phone is running on the same network I am able to hit the mvc app from my phone using the ip-address ..

When I run the react app I use the QR code on my iphone to launch the app in expo. However, I am always getting this screen: I don't see any error messages anywhere, so I don't know what's wrong.

AppSettings.json

launchSettings.json

React Environment.js

By default, all Tenants can control their own settings (Emailing, Identity management, Theme, Account). I don't want each tenant to be able to control those settings independently but rather I want these things to be universal across the app and only the host can change it for everyone. For example: if the host changes the Theme, all tenants should have this theme. In the future, I will add settings that can be controlled by tenants, but the default ones should be controlled only by the host.

What is the best way to implement this design?

When I create a tenant, it does not create a admin user, am I missing somthing?

Showing 1 to 4 of 4 entries
Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11