Datetimepicker: "Install using react-native link" section missing in README.md

Created on 4 Oct 2019  路  5Comments  路  Source: react-native-datetimepicker/datetimepicker

image

It is present in the table of contents though.

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

All 5 comments

+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

Was this page helpful?
0 / 5 - 0 ratings