prscX / react-native-bottom-action-sheet

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

Move SGActionView. #5

Closed Lxxyx closed 6 years ago

Lxxyx commented 6 years ago

SGActionView is in ios/podfile, every time install this module have to install SGActionView again.

Can user add it by himself? Not when install the module.

prscX commented 6 years ago

Thanks @Lxxyx for suggesting the improvement.

I have removed postinstall script from package.json, now we need to manually install iOS library pods using below command:

cd ./node_modules/react-native-bottom-action-sheet/ios/ && pod install

Can you please download latest V0.0.5 and verify the same. Please let me know in case you still face any issues.

Thanks Pranav