acro5piano / react-native-big-calendar

gcal/outlook like calendar component for React Native
https://react-native-big-calendar.vercel.app
MIT License
422 stars 138 forks source link

Issue with build folder #1019

Closed xuankhanh closed 4 months ago

xuankhanh commented 4 months ago

I have tried to use "yarn build" command and it has successfully generated a build folder: error1 2024-03-13_14-05-41

Then when I run the demo project, I got this error. It seems there is some issue with building project because there is nothing in index.es.js. error2

Are there anything I missed here ? Thanks for your support !

acro5piano commented 4 months ago

Sorry for my slow response.

You need to run yarn sync-rndemo to update the code in the react native demo app. This is required because Metro bundler cannot load parent directory.

If you have any questions, feel free to re-open this issue. Thanks

xuankhanh commented 4 months ago

@acro5piano when I run "yarn sync-rndemo", I got this error: 2024-03-19_12-02-52

Do you know what I am missing ? Thanks for your support !

acro5piano commented 4 months ago

Hmm, that should be related to Windows platform. Can you try cleaning the build and cache directories and try again?