react-native-percentage-circle
react-native-percentage-circle copied to clipboard
rnpc_demo packaged with apps built using react-native-percentage-circle
It seems like by including this package, the demo app rnpc_demo
is also included in all builds (on iOS, if you open the .xcworkspace for the app, you can see rnpc_demo
listed as a build scheme and in Libraries
). This doesn't seem necessary, and in fact deleting the scheme/folder lets the app compile as normal. Is there any way to disable this example app from being packaged into my app? I'm getting some build errors that only appear in rnpc_demo
, so I need to delete the folder every time I npm install
to get the app to build. Any help would be appreciated — thanks!