jpdriver / pure-swift-views-react-native

Vending pure-Swift views in React Native
21 stars 0 forks source link

Create a package of SampleView #1

Open sibelius opened 8 years ago

sibelius commented 8 years ago

Can we create a package (for instance, react-native-sample-view) using Swift?

jpdriver commented 8 years ago

hey @sibeliusseraphini -- sorry I'm not quite sure what you mean. Do you mean an NPM package which is really a Swift view? Or just a CocaPod...? :smile:

sibelius commented 8 years ago

a npm package like https://github.com/cnjon/react-native-pdf-view

jpdriver commented 8 years ago

I'm pretty sure that would be possible but it's not something I have experience with personally I'm afraid!

sibelius commented 8 years ago

are you willing to create a package for SampleView ?

I think that there is a lot of people interested in using only Swift to create bridge of components. I've got stuck on the Swift version of react-native-pdf-view (https://github.com/cnjon/react-native-pdf-view/tree/feature/swift)