-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
[WIP] Add TS support to react-native #2702
Conversation
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. Latest deployment of this branch, based on commit 3ff7d9f:
|
Awesome work @fabioh8010! Let's update the description to address why the PR is needed in the first place, and post it here and here to gather some 👀 |
I'm not going to merge and maintain a separate set of TS types. Sorry |
That is fine, thanks for letting us know 😄 |
This PR can be closed now, as we just added TS definitions for RNW and extended RN types in DefinietlyTyped repo. InstallationSimply install the types with {
"compilerOptions": {
"types": ["react-native-web"]
}
} |
Closing as per discussed above, we will create a PR with the instructions to this repo soon! |
TODO