shipt / segmented-arc-for-react-native

Segmented arc component for React Native
MIT License
93 stars 10 forks source link

Release ver 0.4 #27

Closed jkhusanov closed 2 years ago

jkhusanov commented 2 years ago

Includes changes for us to test. Example app's version can be updated properly only after this release.

MarquessV commented 2 years ago

To avoid having to do two PRs for each release, can we update package.json in the example to use relative pathing instead of pulling from NPM?

https://github.com/shipt/segmented-arc-for-react-native/blob/13a3bf2407ced66ab7ce670d79923bbbefcd4a7e/example/package.json#L14

jkhusanov commented 2 years ago

@MarquessV I could not get that working. Not sure why but it can't install through relative path or through directly importing from src

MarquessV commented 2 years ago

Okay, might have to do with directory structure. I can take a look later on.