33
44# react-native-audio-waveform
55
6- [](https://www.npmjs.com/package/react-native-audio-waveform) [](https://www.npmtrends.com/react-native-audio-waveform) [](https://packagephobia.com/result?p=react-native-audio-waveform) [](https://www.android.com) [](https://developer.apple.com/ios) [](https://opensource.org/licenses/MIT)
6+ [](https://www.npmjs.com/package/@simform_solutions/react-native-audio-waveform) [](https://www.npmtrends.com/@simform_solutions/react-native-audio-waveform) [](https://packagephobia.com/result?p=@simform_solutions/react-native-audio-waveform) [](https://www.android.com) [](https://developer.apple.com/ios) [](https://opensource.org/licenses/MIT)
77
88---
99
@@ -34,13 +34,13 @@ Here's how to get started with react-native-audio-waveform in your React Native
3434##### 1. Install the package
3535
3636``` sh
37- npm install react-native-audio-waveform react-native-gesture-handler
37+ npm install @simform_solutions/ react-native-audio-waveform react-native-gesture-handler
3838```
3939
4040###### --- or ---
4141
4242``` sh
43- yarn add react-native-audio-waveform react-native-gesture-handler
43+ yarn add @simform_solutions/ react-native-audio-waveform react-native-gesture-handler
4444```
4545
4646##### 2. Install CocoaPods in the iOS project
@@ -81,7 +81,7 @@ When you want to show a waveform for a pre-existing audio file, you need to use
8181Check the example below for more information.
8282
8383``` tsx
84- import { Waveform , type IWaveformRef } from ' react-native-audio-waveform' ;
84+ import { Waveform , type IWaveformRef } from ' @simform_solutions/ react-native-audio-waveform' ;
8585
8686const path = ' ' ; // path to the audio file for which you want to show waveform
8787const ref = useRef <IWaveformRef >(null );
@@ -104,7 +104,7 @@ When you want to record audio and show a waveform for that recording, you need t
104104Check the example below for more information.
105105
106106``` tsx
107- import { Waveform , type IWaveformRef } from ' react-native-audio-waveform' ;
107+ import { Waveform , type IWaveformRef } from ' @simform_solutions/ react-native-audio-waveform' ;
108108
109109const ref = useRef <IWaveformRef >(null );
110110<Waveform
0 commit comments