Had problem installing the slider with React Native 0.37 on iOS.
Got errors after running react native link because RCTComponent.h and RCTViewManager.h imports in the volume slider files were not set to be React/* rather than /*. The React dir did not exist
Had to follow this solution here
Had problem installing the slider with React Native 0.37 on iOS.
Got errors after running
react native linkbecause RCTComponent.h and RCTViewManager.h imports in the volume slider files were not set to beReact/*rather than/*. The React dir did not existHad to follow this solution here