-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Build is currently failing #121
Comments
@flyingcircle, I will look into it soon. |
@flyingcircle , I think the build is failing because file names are changed inside in website/docs/main folder of the react-native-elements repository, and react components of the playground are using the older filenames that were in the props/ folder.Will try to fix them all soon. |
awesome thanks! |
@flyingcircle, I figured out the problem. Actually, the playground needed Props of every component only, and the folder Solution
endResult
|
@arpitBhalla Might be relevant with the moving the packages around. |
No, actually these are being imported from docusaurus. I have implemented playground editor in docusaurus docs, do we need this playground website separately now? |
Yupp, we can do it. I will make changes in another PR. |
@flyingcircle @arpitBhalla , I have done this moving part. Will make a PR soon. |
@flyingcircle @arpitBhalla, I have moved content to the props folder and added the respective Props component to each file. please review. |
https://github.com/react-native-elements/playground/actions/runs/1616009494
I think this is likely due to some of the props changes that we've made in RNE.
@jugshaurya perhaps you have some insight to this?
The text was updated successfully, but these errors were encountered: