You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Follow the link instruction of doc and add to your library project in Xcode the file React.xcodeproj located at node_modules/react-native/react and build again
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 beReact/*
rather than/*
. The React dir did not existHad to follow this solution here
The text was updated successfully, but these errors were encountered: