We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi. I am using typescript in the project. I installed the app and tried basic usage code. from here But faced error below.
I did some research and ended up with this issue facebook/metro#646
Even though I tried all of the possible solutions that mentioned in issue above, error still remains..
metro.config.js file below, metro version=> metro "^0.59.0"
.babelrc file below, babel version=> "@babel/core": "^7.8.4",
The way I import react in every file on the project is => import * as React from 'react'
The way I imported bottom sheet,
The text was updated successfully, but these errors were encountered:
@tarikpnr: hello! 👋
This issue is being automatically closed because it does not follow the issue template.
Sorry, something went wrong.
No branches or pull requests
Property React Does not Exists
Hi. I am using typescript in the project. I installed the app and tried basic usage code. from here But faced error below.
I did some research and ended up with this issue facebook/metro#646
Even though I tried all of the possible solutions that mentioned in issue above, error still remains..
metro.config.js file below, metro version=> metro "^0.59.0"
.babelrc file below, babel version=> "@babel/core": "^7.8.4",
The way I import react in every file on the project is => import * as React from 'react'
The way I imported bottom sheet,
The text was updated successfully, but these errors were encountered: