From d7ed017a371dafa08f69ad9e76a7cc4102ff200c Mon Sep 17 00:00:00 2001 From: Kilian Finger Date: Tue, 3 Dec 2024 06:57:13 +0100 Subject: [PATCH] docs: raise notes to important --- docs/guides/setup/Android.md | 2 +- packages/expo-app/README.md | 2 +- packages/react-native-app/README.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/guides/setup/Android.md b/docs/guides/setup/Android.md index 4540b875a..3369c2e7d 100644 --- a/docs/guides/setup/Android.md +++ b/docs/guides/setup/Android.md @@ -2,7 +2,7 @@ ## Access tokens -> [!NOTE] +> [!IMPORTANT] > MapLibre Native for Android is slightly peculiar in that it _requires_ setting an access token, even though it will be `null` for most users (only Mapbox authenticates this way). Even if it feels odd, diff --git a/packages/expo-app/README.md b/packages/expo-app/README.md index f3aa8e50e..2b5777832 100644 --- a/packages/expo-app/README.md +++ b/packages/expo-app/README.md @@ -2,7 +2,7 @@ This is an app to demonstrate the possibilities of `@maplibre/maplibre-react-native` within Expo. -> [!NOTE] +> [!IMPORTANT] > This app is configured through a monorepo for easy native development of the library. Follow the [Getting Started](/docs/guides/setup/GettingStarted.md) guide for regular installation steps. ## Development Setup diff --git a/packages/react-native-app/README.md b/packages/react-native-app/README.md index c9a7969b2..1e51e9adf 100644 --- a/packages/react-native-app/README.md +++ b/packages/react-native-app/README.md @@ -2,7 +2,7 @@ This is an app to demonstrate the possibilities of `@maplibre/maplibre-react-native` within React Native. -> [!NOTE] +> [!IMPORTANT] > This app is configured through a monorepo for easy native development of the library. Follow the [Getting Started](/docs/guides/setup/GettingStarted.md) guide for regular installation steps. ## Development Setup