react-native-progress-view / progress-bar-android

ProgressBar Component for react-native Android

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Usage with Windows Module

SimonIT opened this issue · comments

I'm using this module for android and it works fine. Today I tried to compile the app for windows and configured @react-native-community/progress-view for windows but progress-bar-android causes this error:

Unable to resolve module `./js/RNCProgressBarAndroid` from `node_modules\@react-native-community\progress-bar-android\index.js`: ./js/RNCProgressBarAndroid could not be found within the project.

If you are sure the module exists, try these steps:
 1. Clear watchman watches: watchman watch-del-all
 2. Delete node_modules: rm -rf node_modules and run yarn install
 3. Reset Metro's cache: yarn start --reset-cache
 4. Remove the cache: rm -rf /tmp/metro-*

I've published v1.0.4 which should fix the Issue 🎉