An open-source, React Native-based cycling computer! Track your ride metrics like speed, power, heart rate, and altitude in real time. Manage sensors easily, map your journeys, and look forward to amazing features like live shared data and tracking within your social ride groups. #ReactNative #OpenSource #CyclingTech 🚴♂️📲🌐
5
stars
2
forks
source link
Use expo-sharing to allow users to share/download tcx files from the phone #92
Currently expo-filesystem doesn't allow us to write the files to anywhere that the OS filesystem browser can access (see: https://expo.canny.io/feature-requests/p/ability-to-save-files-on-internal-storage). Instead what is suggested is to use the expo-sharing sdk https://docs.expo.dev/versions/latest/sdk/sharing/ . We could enable this from the historical rides page, so a user could select a ride and share it to whatever they want. This would be essential for users that don't want to auto sync to strava.