You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 required import 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
The text was updated successfully, but these errors were encountered:
@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.
Description
After the recent #15 PR merge, the app isn't starting.
To Reproduce:
npm start
Screenshots
I found two ways to solve this error:
props
folder from.gitignore
and adding them againRNE
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
The text was updated successfully, but these errors were encountered: