alinz / react-native-dropdown

This is simple implementation of drop down menu
MIT License
657 stars 160 forks source link

Update to latest RN #44

Closed ajoshdee closed 6 years ago

ajoshdee commented 8 years ago

Hi, Can you update this to latest RN version?

shivamsinha15 commented 8 years ago

can you please close this request. There is already PR #41

until the pull request #41 is accepted you can fix it problem by directly using that specific PR.

  1. Goto react project folder
  2. rm -rf node_modules
  3. npm install https://github.com/g6ling/react-native-dropdown --save
  4. npm install
itinance commented 8 years ago

It is enough to just remove the react-native-dropdown folder instead of all modules.

  1. Go to project folder
  2. rm -rf node_modules/react-native-dropdown
  3. npm install https://github.com/g6ling/react-native-dropdown --save

:)

abuammar commented 8 years ago

thanks itinance