react-everywhere/re-start

update react-native-web

zetekla opened this issue · 1 comments

Please update react-native-web since it is very outdated (1.6.0 now) and provide a Hook or a way to perform platform specific code

eg:

if(platform==='web') {
    
} else if(platform ==='android' || platform ==='ios'){


}

You need to check Platform.OS in your code.