react-native-progress-view / progress-view

ProgressView Component for react-native iOS/macOS/Windows
MIT License
176 stars 49 forks source link

Example app is outdated/broken for Windows #77

Closed TatianaKapos closed 2 years ago

TatianaKapos commented 2 years ago

Current Steps to run Example App on Windows


1. Clone branch
2. cd into progress_view and run yarn install
3. run yarn add react-native@0.62 --dev (React Native Windows relies on a version of react-native lower than iOS)
4. Start metro server with yarn start:windows
5. Open Visual Studios and open example/windows/ProgressViewExample.sln
6. Set to Debug x64 and start solution

Issues

Looks like the example app needs some work on the windows side. Currently following the steps gives the errorCannot find module 'metro/src/lib/polyfills/require.js' when running yarn start:windows.

image

I'm also unclear if we still need yarn add react-native@0.62 --dev to run the example app since React Native Windows has since upgraded to 0.66.

-Thanks! :)