Open Closed

Status of the Startup Template React Mobile App #2395


User avatar
0
bolenton@gmail.com created
  • 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?


9 Answer(s)
  • User Avatar
    0
    WebkingAB created

    i'm also facing the same issue. Had to update expo sdk from 39 to latest and alot of utdated packages and errors is raised when tryin to launch the app. would like some help on how to proceed and if there are any plans to support the react-native app?

  • User Avatar
    0
    bolenton@gmail.com created

    @Mehmet, any updates on this?

  • User Avatar
    0
    Mehmet created

    Hello,

    I started to work on the React Native template. I'll let you know about the progress as soon as possible. Thanks for your understanding.

  • User Avatar
    1
    WebkingAB created

    We actually got it to work after some headache, solved some of the issues and updated the sdk to expo 44.

    Is it possible for us to create a PR for your gitrepo and contribute when we find issues that we can manage and help you guys to solve?

  • User Avatar
    0
    Mehmet created

    Is it possible for us to create a PR for your gitrepo and contribute when we find issues that we can manage and help you guys to solve?

    Commercial templates are in a private repository. But our free templates are open-source: https://github.com/abpframework/abp/tree/dev/templates/app/react-native

    Please feel free to contribute and raise PRs to this repo. We can apply the same changes to the commercial template.

  • User Avatar
    2
    Mehmet created

    Hello,

    React Native startup templates have been updated. Please wait for the new release.

  • User Avatar
    0
    bolenton@gmail.com created

    Excellent news, thanks so much @Mehmet... Any kind of ETA on the release?

  • User Avatar
    1
    Mehmet created

    We recently released v5.1.2. We'll email you the updated template.

  • User Avatar
    0
    bolenton@gmail.com created

    We recently released v5.1.2. We'll email you the updated template.

    Thanks!

Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11