{ [TypeError: null is not an object (evaluating 'RNReactNativeGetMusicFiles.getAll')]
line: 96542,
column: 37,
This error comes up when I try to get all music in ios.
I have executed both pod install
and react native link
.
Does anyone know what can be done or any other alternative for getting device music in ios in react native?