using smplr player on web and mp3 on mobile

This commit is contained in:
Clément Le Bihan
2024-01-10 18:25:04 +01:00
parent 8bdf8ce334
commit 5f24c6e7bd
6 changed files with 75 additions and 16 deletions
+1 -2
View File
@@ -1,7 +1,6 @@
import { View } from 'react-native';
import * as React from 'react';
import { Row, Image, Text, Icon, useBreakpointValue, IconButton } from 'native-base';
// import IconButton from '../IconButton';
import { Row, Image, Text, useBreakpointValue, IconButton } from 'native-base';
import { Ionicons } from '@expo/vector-icons';
import { MetronomeControls } from '../Metronome';
import StarProgress from '../StarProgress';