playground
playground copied to clipboard
bug:app not working
Description
After the recent #15 PR merge, the app isn't starting.
To Reproduce:
- run
npm start
Screenshots
I found two ways to solve this error:
- by removing the
props
folder from.gitignore
and adding them again - by removing the local
RNE
repo from.gitignore
and adding the requiredimport path
to each file.
PS: I have solved the error by both the methods listed if any better option present kindly mention it. Waiting for the confirmation then I will make the PR. @pranshuchittora
@pranshuchittora, the same issue in #87 but I have made changes accordingly to resolve this issue at #87. Please review #87,.... there is a need to remove pushing restrictions of Props folder from .gitignore
.
#87 Made for resolving the issue please close this.