
It is present in the table of contents though.
+1
@danlugo92 are you able to find how to use it using react-native-link?
@waleedarshad:
react-native link @react-native-community/datetimepicker && cd ios && pod install
If you're using it with RN 0.60 or up you won't need it, I think that's why they removed
@gabrielrra I'm running RN 0.60.3, and running only npm install did not work for me. I was getting the same error reported in this issue.
Running @ditoglez command worked perfectly. I have no idea why the link command was removed from the readme (which happened in this commit), but it looks like it should be put back.
react-native link @react-native-community/datetimepicker && cd ios && pod install
the link command is now present in readme, so closing
Most helpful comment
@gabrielrra I'm running RN 0.60.3, and running only npm install did not work for me. I was getting the same error reported in this issue.
Running @ditoglez command worked perfectly. I have no idea why the link command was removed from the readme (which happened in this commit), but it looks like it should be put back.
react-native link @react-native-community/datetimepicker && cd ios && pod install