openmobilehub / react-native-omh-maps

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

Improve Getting Started Guide #79

Closed dzuluaga closed 2 months ago

dzuluaga commented 3 months ago

The current Getting Started guide is missing a few key steps and clarifications that would make it more user-friendly and self-contained. Here are the suggested improvements:

Feedback:

  1. Add Step 1: Clone the repo The guide should include cloning the repo to make it self-contained:

    git clone https://github.com/openmobilehub/react-native-omh-maps.git
  2. Update Step 1: Install dependencies Include the repository context:

    cd apps/sample-app
    # using yarn
    yarn install
  3. iOS Setup Instructions Update and explain the use of Bundler:

    bundle install
    bundle exec pod install --project-directory=./ios