Closed fabioh8010 closed 3 months ago
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 3ff7d9f718e8a9b278eed89ffffcf763b5d6fd86:
Sandbox | Source |
---|---|
react-native-web-examples | Configuration |
I'm not going to merge and maintain a separate set of TS types. Sorry
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.
Simply install the types with npm run install --save-dev @types/react-native-web
and supply react-native-web
as a member of the types compiler option:
{
"compilerOptions": {
"types": ["react-native-web"]
}
}
Closing as per discussed above, we will create a PR with the instructions to this repo soon!
TODO