You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Enhanced pie chart multicolor support, jest tests, & updated example sync util (capitalone#36)
* Initial attempt at better pie multicolor support
* Added sync-rnpc script as an alternative to prior filewatch util
* Added jest snapshot tests for Pie chart
* Added test kickoff for circleci config
Copy file name to clipboardExpand all lines: README.md
+5-1
Original file line number
Diff line number
Diff line change
@@ -53,8 +53,12 @@ react-native run-android
53
53
54
54
### Developing and Testing With The Example App
55
55
56
-
Please see the [util/watchman-update-example-src/README.md](util/watchman-update-example-src/README.md) for information on how to setup a [Watchman](https://facebook.github.io/watchman/)-based file watch that automates source file copying between [project source](src) and the [example app](example) to make manual testing easier
56
+
As you are working on changing src files in this library and testing those changes against the example app, it is necessary to copy files to example/node_modules/react-native-pathjs-charts each time a change is made. To automate this, a `sync-rnpc` script has been added that will create a background process to watch for src file changes and automatically copy them. To enable this:
0 commit comments