Creation of cycling activities recorder in React Native

Job ID: 32284774

Budget: $750 – $1,500 USD

We have a cycling app that performs several functions.

And we want to include a pedaling recorder. But we are having a lot of difficulty in building the model in React Native capable of not being terminated by the cell's Operating System (Android and iOS). Mainly for the reason of memory usage.

The job is to create the code in React Native that does not increase memory consumption and has the following characteristics:
- Store GPS points locally (can be in Realme)
- Store the timestamp of each point
- Display the polyline on the map
- Allow PAUSE, RESUME AND STOP
- Calculate CURRENT speed, AVERAGE SPEED and TOTAL DISTANCE TRAVELED.

The code needs to be simple to plug into our current code.

Note: You don't have to worry too much about screen design.


Everything is already explained above, but you can refer to the activity recorder of the STRAVA Application.