lelandrichardson / react-primitives

Primitive React Interfaces Across Targets
MIT License
3.09k stars 108 forks source link

Cleanup dependencies #133

Closed brodycj closed 5 years ago

brodycj commented 5 years ago

I did a grep of each dependency on the following JavaScript file patterns before removing:

How tested

I did yarn run:webpack and verified that everything on example/web/example.html continues to work without the removed dependencies.

I had some trouble with a react-native example build on both Android and iOS, would like to try it on expo build in the near future (see #132). I do not expect that any issues should be revealed by a react-native or expo example build.