[0.65.x] AppState wrong typings
See original GitHub issueDescription
Wrong typings in AppState, since react-native
changed the way listeners work it seems that the typings were not updated.
React Native version:
0.65.1
Steps To Reproduce
Provide a detailed list of steps that reproduce the issue.
- Install
0.65.x
and use AppState with Typescript (in my case4.3.5
) like in official example
Expected Results
Update typings
Issue Analytics
- State:
- Created 2 years ago
- Reactions:6
- Comments:5
Top Results From Across the Web
releases/CHANGELOG.md at master · react-native ... - GitHub
This release fixes an issue caused by a wrongly reverted merge commit, that caused a short timeframe of commits to not actually be...
Read more >Release Notes - FastAPI
FastAPI framework, high performance, easy to learn, fast to code, ready for production.
Read more >App State Online | Online College Degrees and Certificates
App State Online offers flexible, nationally ranked online bachelor's degrees and graduate programs in education, health and business. Learn more.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Here’s a
patch-package
just in case someone can’t wait for the release:@types+react-native+0.64.13.patch
Please leave a comment in the PR where the types are being updated: https://github.com/DefinitelyTyped/DefinitelyTyped/pull/55354