Project Configuration

This section will need to find configuration the application mobile Super Store Location in this file : src/data/

1.Configure your categories

Then add your category to in file Categories.js by modifying

Example to add objet:

1- add new objet category "Supermarket" :

  {
    id: 6,
    title: "Supermarket",
  }

2- Add new type to store Types array

Categories.js

  const storeTypes = [

   /*... EXISTING TYPES CATEGORIES...*/,

   {
     id: 6,
     title: "Supermarket",
   }
 ];

2.Configure your Markers

Then add your category to in file Markers.js by modifying

Example :

  {
    coordinate: {
      latitude: 45.524548,
      longitude: -122.6749817,
    },
    title: "Pringles",
    description: "This is the best place in Portland",
    image: "https://i.imgur.com/w2M2qDW.jpg",
    open: true,
    rating: 4,
    cost: "$$$"
  }

results matching ""

    No results matching ""