openmobilehub / react-native-omh-maps

https://openmobilehub.github.io/react-native-omh-maps/
Apache License 2.0
22 stars 0 forks source link

Improve Documentation: Make Core Package Installation More Prominent #87

Closed dzuluaga closed 2 months ago

dzuluaga commented 3 months ago

As a new user of the React Native OMH Maps library, I found it a bit tricky to identify where to start with the installation process. The section about installing the Core package is crucial, but it could be more prominent.

Suggestion:

To make this step clearer for new users, I suggest adding a header to the installation instructions. This will help guide users more effectively and improve the overall usability of the documentation.

For example, changing:

To get started, you need to install the Core package.

To:

## First Step: Install the Core Package

To get started, the first step is to install the [Core package](https://www.openmobilehub.com/react-native-omh-maps/docs/core) and follow the step-by-step instructions to set up and use a map module.

This small change can make a significant difference for new users trying to navigate the documentation.

Thank you for considering this improvement!