prscX / react-native-bottom-action-sheet

React Native: Native Bottom Action Sheet
Apache License 2.0
633 stars 48 forks source link

Automatic pod install does not work #20

Closed michaeljscript closed 4 years ago

michaeljscript commented 6 years ago

OS: macOS High Sierra 10.13.3 node -v: v8.11.1 yarn -v: 1.7.0

I need to manually cd node_modules/react-native-bottom-action-sheet/ios/ && pod install.

I ran react-native link and it has not helped.

prscX commented 6 years ago

Thanks @MichalSzorad for raising the issue.

Can you please share the RNBottomActionSheet version you have installed.

Thanks </ Pranav >

michaeljscript commented 6 years ago

@prscX My react-native-bottom-action-sheet version is 0.0.16

catherinetcai commented 6 years ago

I'm running into the same issue on 0.0.13

prscX commented 6 years ago

Hi @catherinetcai: Auto pod installer was enabled from v0.0.16 and onwards. Can you please install latest version and verify the same. Please let me know in case it does not works.

Hi @MichalSzorad: That's weird, I will look into the same. Meantime, if possible can you please share npm logs / yarn logs in order to further investigate the same.

Thanks </ Pranav >