prscX / react-native-selection-menu

React Native: Native Selection Menu
Apache License 2.0
110 stars 8 forks source link

Link Library without cocoapods in ios #9

Closed jaspreetrn closed 4 years ago

jaspreetrn commented 5 years ago

I want to link this library without cocoapods on IOS platform. and one thing more, can i use this library if i am not using pods in my react native project?

prscX commented 4 years ago

Thanks @jaspreetrn for raising the query.

I am afraid to share, considering >= RN61 deep integration with Cocoapods we have also moved the installation completely using pods. V1 and above we need pods to install the library.

Thanks </ Pranav >