react-native-volume-slider icon indicating copy to clipboard operation
react-native-volume-slider copied to clipboard

Invariant Violation: requireNativeComponent: "VolumeSlider" was not found in the UIManager

Open kieran-Collins opened this issue 3 years ago • 1 comments

Installed package using yarn add react-native-volume-slider

"dependencies": { "react": "17.0.1", "react-native": "0.64.2", "react-native-volume-slider": "^0.5.1" },

after this installed pods using pod install it returns with use_native_modules! skipped the react-native dependency 'react-native-volume-slider'. No podspec file was found.

in App.js

import VolumeSlider from 'react-native-volume-slider';

while I run the app it throws an error Invariant Violation: requireNativeComponent: "VolumeSlider" was not found in the UIManager

Any solution? hint? I am a novice at react-native. If I am missing something anywhere or doing it in the wrong way.

Any help is appreciated.

kieran-Collins avatar Jun 12 '21 11:06 kieran-Collins

same issue here! :(

moigamijunior avatar Sep 16 '21 12:09 moigamijunior