Browse Source

Update docs for react-native mobile option.

pull/20891/head
EngincanV 1 year ago
parent
commit
f2d0657258
  1. 2
      docs/en/cli/index.md
  2. 2
      docs/en/cli/new-command-samples.md
  3. 2
      docs/en/framework/ui/react-native/index.md
  4. 2
      docs/en/solution-templates/layered-web-application/index.md
  5. 2
      docs/en/tutorials/mobile/react-native/index.md

2
docs/en/cli/index.md

@ -152,7 +152,7 @@ For more samples, go to [ABP CLI Create Solution Samples](new-command-samples.md
* `--tiered`: The Auth Server project comes as a separate project and runs at a different endpoint. It separates the Auth Server from the API Host application. If not specified, you will have a single endpoint in the server side. (*Available for* ***Team*** *or higher licenses*)
* `--mobile` or `-m`: Specifies the mobile application framework. Default value is `none`. Available frameworks:
* `none`: Without any mobile application.
* `react-native`: React Native.
* `react-native`: React Native. This mobile option is only available for active **license owners**.
* `maui`: MAUI. This mobile option is only available for ABP. (*Available for* ***Team*** *or higher licenses*)
* `--database-provider` or `-d`: Specifies the database provider. Default provider is `ef`. Available providers:
* `ef`: Entity Framework Core.

2
docs/en/cli/new-command-samples.md

@ -1,6 +1,6 @@
# ABP CLI - New Solution Sample Commands
The `abp new` command creates an ABP solution or other artifacts based on an ABP template. [ABP CLI](../cli/index.md) has several parameters to create a new ABP solution. In this document we will show you some sample commands to create a new solution. All the project names are `Acme.BookStore`. Currently, the available mobile projects are `React Native` and `MAUI` mobile app. Available database providers are `Entity Framework Core` and `MongoDB`. All the commands starts with `abp new`.
The `abp new` command creates an ABP solution or other artifacts based on an ABP template. [ABP CLI](../cli/index.md) has several parameters to create a new ABP solution. In this document we will show you some sample commands to create a new solution. All the project names are `Acme.BookStore`. Currently, the available mobile projects are `React Native` and `MAUI` mobile app (they are *available for* ***Team*** *or higher licenses*). Available database providers are `Entity Framework Core` and `MongoDB`. All the commands starts with `abp new`.
## Angular

2
docs/en/framework/ui/react-native/index.md

@ -7,6 +7,8 @@
# Getting Started with the React Native
> React Native mobile option is *available for* ***Team*** *or higher licenses*
ABP platform provide basic [React Native](https://reactnative.dev/) startup template to develop mobile applications **integrated to your ABP based backends**.
![React Native gif](../../../images/react-native-introduction.gif)

2
docs/en/solution-templates/layered-web-application/index.md

@ -60,7 +60,7 @@ abp new Acme.BookStore -d mongodb
This template supports the following mobile application frameworks:
- `react-native`: React Native
- `react-native`: React Native (*Available for* ***Team*** *or higher licenses*)
Use the `-m` (or `--mobile`) option to specify the mobile application framework:

2
docs/en/tutorials/mobile/react-native/index.md

@ -1,5 +1,7 @@
# Mobile Application Development Tutorial - React Native
React Native mobile option is *available for* ***Team*** *or higher licenses*. Therefore, if you don't have a commercial license, it's suggested to follow the article by downloading the source code of the sample application as described in the next chapter.
## About This Tutorial
- This tutorial assumes that you have completed the [Web Application Development tutorial](../../book-store/part-01.md) and built an ABP based application named `Acme.BookStore` with [React Native](../../../framework/ui/react-native) as the mobile option.. Therefore, if you haven't completed the [Web Application Development tutorial](../../book-store/part-01.md), you either need to complete it or download the source code from down below and follow this tutorial.

Loading…
Cancel
Save