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
I found some issues using this library with Typescript on my project. There are compile errors on the project when someone imports it.
i am using react-native: 0.59.1 typescript: 3.4.5
You must have a RN project with typescript. Import the library on a screen. Then run tsc . and you will see the compile errors
tsc .
Expecting not to have errors from this library
The text was updated successfully, but these errors were encountered:
also have it + 1
Sorry, something went wrong.
fixed on v0.8.2
appreciated!
No branches or pull requests
Issue Description
I found some issues using this library with Typescript on my project.
There are compile errors on the project when someone imports it.
i am using
react-native: 0.59.1
typescript: 3.4.5
Steps to Reproduce / Code Snippets
You must have a RN project with typescript. Import the library on a screen.
Then run
tsc .
and you will see the compile errorsExpected Results
Expecting not to have errors from this library
Additional Information
The text was updated successfully, but these errors were encountered: