skip to Main Content

How to hit an API in react native?

I am making a function of API and calling it use Effect and keeping this all in use state but I am getting a blank space! function api() { var requestOptions = { method: 'GET', redirect: 'follow', }; fetch('https://simple-books-api.glitch.me/books/2', requestOptions)…

VIEW QUESTION

Storage permission dined in Android Flutter

My app have a problem with STORAGE permission in Android version: 13, it returns false always and don't show allow permission popup when I use the following line: await Permission.storage.request().isGranted I use: permission_handler: ^10.2.0 Flutter version: 3.3.10 My permissions in…

VIEW QUESTION
Back To Top
Search