vishaldhanotiya / react-native-modal-picker

This is a cross-platform picker with search bar for react native support both platform IOs and android
https://www.npmjs.com/package/rn-modal-picker
44 stars 18 forks source link

No podspec file was found #8

Closed gabrielarantes closed 4 years ago

gabrielarantes commented 4 years ago

I had a problem when try run my app on ios simulator. It's showing the following error:

[!] use_native_modules! skipped the react-native dependency 'rn-modal-picker'. No podspec file was found.

RN - 0.61.1.

Thilagavathi1 commented 4 years ago

@vishaldhanotiya Any updates on this issue. I too facing the same issue.

sewerrat commented 4 years ago

@vishaldhanotiya I faced same issue. Please help!

vishaldhanotiya commented 4 years ago

Hello @Thilagavathi1 Please check latest version of this npm package, We have resolved this issue in this version npm i rn-modal-picker@0.2.7

This issue generate because of react native support Automatic linking from 0.60.0, so we updated our npm package according to it.