naoufal / react-native-safari-view

A React Native wrapper for Safari View Controller.

Home Page:https://www.npmjs.com/package/react-native-safari-view

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Does not support Tablets - please fix this

evanjmg opened this issue · comments

if (@available(iOS 9.0, *)) {

If I run this on a tablet this line makes it not available when it should be available.

What kind of fix do you propose?

😓 not sure, I just got rejected from Apple since isAvailable didn’t work for their test device. Still having trouble reproducing locally. I removed it and just made sure I only require iOS 10^ for devices - and they accepted it. Perhaps note that it isn’t really necessary?

React Native only support iOS 9 and newer so shouldn't be a problem to just remove the check? 🤔