Václav Krygel
Václav Krygel
@MD-REHMAN Can’t compare, because after updating to 3.2.2. I am now getting error: useTheme must be used within NativeBaseConfigProvider [New snack link (native-base-3.3.2)](https://snack.expo.dev/@vasafix/58e051v332) This example is exactly same as the...
> @MD-REHMAN Can’t compare, because after updating to 3.2.2. I am now getting error: > > useTheme must be used within NativeBaseConfigProvider > > [New snack link (native-base-3.3.2)](https://snack.expo.dev/@vasafix/58e051v332) This example...
Unfortunately not
Installing https://www.npmjs.com/package/react-native-url-polyfill did the trick for me
@abdulwahid211 Did you add `import 'react-native-url-polyfill/auto';` in your entry-poin as per documentation? https://www.npmjs.com/package/react-native-url-polyfill#option-1-simple other than that, I don't know where could be the problem
@HenrikZabel We hardcoded the top inset value, as most Android status bars are about 24px tall, this was not the best solution but was sufficient enough for our use-case. I...