proyecto26 / react-native-inappbrowser

📱InAppBrowser for React Native (Android & iOS) 🤘
https://www.npmjs.com/package/react-native-inappbrowser-reborn
MIT License
1.31k stars 223 forks source link

QUERY_ALL_PACKAGES into npm #355

Closed thehellmaker closed 2 years ago

thehellmaker commented 2 years ago

Hi, I do see that the change has been made to Manifest file to remove the permission QUERY_ALL_PACKAGES however a new build into NPM hasn't happened recently which would greatly help as Google is planning to have strict rules against using this permission. Any timelines on when such a build can be made available in npm. Would be happy to help in anyway for the same.

informsharique commented 2 years ago

Hi, facing same issue. Because of this Play Store is giving warning that after 12th July, the app will be removed. Can we have a build for this now since this is resolved in the commit 56a08e4

tommyrharper commented 2 years ago

Yup same issue, google is now threatening to remove our app due to this permission. Would be good to get this published ASAP.

swushi commented 2 years ago

Same for us, this is obviously a huge blocker. Like the library, but we are currently looking for alternatives because of this.

msvargas commented 2 years ago

Add the following line in AndroidManifest.xml

https://github.com/proyecto26/react-native-inappbrowser/issues/311#issuecomment-1089353928

jdnichollsc commented 2 years ago

Hello folks, excuse me for the delay My Mac stopped working, I'm planning to release a new version as soon as possible, sorry for the inconvenience 🙏

Regards, Juan

ArturoTorresMartinez commented 2 years ago

Hello all! Any updates on this?

daba-faith commented 2 years ago

Can someone else do it?, @jdnichollsc, this is a major blocker, we would really appreciate if action taken soon

swushi commented 2 years ago

This was a great library, but can't sit around waiting for the update. Switched to https://github.com/react-native-webview/react-native-webview

chrismerino commented 2 years ago

Hello @jdnichollsc, can we get an update? This is a very useful lib and is being used by many projects.

KevinvdBurg commented 2 years ago

Any update, July 20th is getting closer and closer? 👀

chrismerino commented 2 years ago

Any update, July 20th is getting closer and closer? 👀

@KevinvdBurg, a temporary workaround can be found here: https://github.com/proyecto26/react-native-inappbrowser/issues/311#issuecomment-1089353928

rileycognitv commented 2 years ago

plz update! remove QUERY_ALL_PACAKGES

love this dependency but I may have to find a new one so I can put an app back onto the store

KevinvdBurg commented 2 years ago

@rileycognitv What I did it forked the repo and referenced the fork in the package.json like this:

"react-native-inappbrowser-reborn": "https://github.com/KevinvdBurg/react-native-inappbrowser.git",

jdnichollsc commented 2 years ago

Hello folks, please help me reviewing this PR for the new Release 3.7.0 https://github.com/proyecto26/react-native-inappbrowser/pull/375

jdnichollsc commented 2 years ago

@rileycognitv What I did it forked the repo and referenced the fork in the package.json like this:

"react-native-inappbrowser-reborn": "https://github.com/KevinvdBurg/react-native-inappbrowser.git",

Also you can point to a specific branch/commit/tag using git, e.g:

"react-native-inappbrowser-reborn": "https://github.com/proyecto26/react-native-inappbrowser.git#develop",

Sorry for the delay folks 😥