From ef0c2f207867fe8242977835c7d792e3f913a929 Mon Sep 17 00:00:00 2001 From: Bruno Babic Date: Fri, 2 Nov 2018 18:59:43 +0100 Subject: [PATCH 1/2] Create 1970-01-06-CreateCustomPlatform.md --- .../_posts/1970-01-06-CreateCustomPlatform.md | 22 +++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 docs/extensions/tutorials/_posts/1970-01-06-CreateCustomPlatform.md diff --git a/docs/extensions/tutorials/_posts/1970-01-06-CreateCustomPlatform.md b/docs/extensions/tutorials/_posts/1970-01-06-CreateCustomPlatform.md new file mode 100644 index 00000000..4b7f5daf --- /dev/null +++ b/docs/extensions/tutorials/_posts/1970-01-06-CreateCustomPlatform.md @@ -0,0 +1,22 @@ +--- +layout: doc +permalink: /docs/extensions/tutorials/creating-a-custom-platform +title: Creating a custom platform +section: Tutorials +--- + +# Creating a custom platform + +## Why a custom platform? + +As the needs of your project grow, they might extend beyond of what the default Shoutem platform offers. + +In case you need to add another Native dependency to your project, or use a custom Android or iOS configuration, or anything else not covered in the ["Modifying Native Project" tutorial](https://shoutem.github.io/docs/extensions/tutorials/modifying-native-project) - you can do it by creating a custom platform for your project. + +## Prerequisites + +You'll need to install the [Shoutem CLI](https://shoutem.github.io/docs/extensions/reference/cli), and [create a Shoutem developer account](https://builder.shoutem.com/register). + +Once you've done that, you can continue by reading about the [platform-related CLI commands](https://shoutem.github.io/docs/extensions/reference/cli#shoutem-platform-create---url). + +If you need help or you need more information about custom platforms, you can contact us via our [main website](https://new.shoutem.com/about/contact-us/), or you can join us in our Slack channel. From ccdb85734b256ac3b27dac6a05a47b77fe05e6db Mon Sep 17 00:00:00 2001 From: Bruno Babic Date: Fri, 2 Nov 2018 19:01:58 +0100 Subject: [PATCH 2/2] Update 1970-01-06-CreateCustomPlatform.md --- .../tutorials/_posts/1970-01-06-CreateCustomPlatform.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/extensions/tutorials/_posts/1970-01-06-CreateCustomPlatform.md b/docs/extensions/tutorials/_posts/1970-01-06-CreateCustomPlatform.md index 4b7f5daf..97317b1f 100644 --- a/docs/extensions/tutorials/_posts/1970-01-06-CreateCustomPlatform.md +++ b/docs/extensions/tutorials/_posts/1970-01-06-CreateCustomPlatform.md @@ -19,4 +19,4 @@ You'll need to install the [Shoutem CLI](https://shoutem.github.io/docs/extensio Once you've done that, you can continue by reading about the [platform-related CLI commands](https://shoutem.github.io/docs/extensions/reference/cli#shoutem-platform-create---url). -If you need help or you need more information about custom platforms, you can contact us via our [main website](https://new.shoutem.com/about/contact-us/), or you can join us in our Slack channel. +If you need help or you need more information about custom platforms, you can contact us via our [main website](https://new.shoutem.com/about/contact-us/).