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

Android app builds are failing after package installation: `error: package R does not exist` #360

Closed rubina-shakhkyan closed 2 years ago

rubina-shakhkyan commented 2 years ago

Which platform(s) does your issue occur on?

-Android

Please, tell us how to recreate the issue in as much detail as possible.

The app build is failing on this line isLightTheme ? R.drawable.ic_arrow_back_black : R.drawable.ic_arrow_back_white with the following error: error: package R does not exist

jdnichollsc commented 2 years ago

Please refer to this StackOverflow thread