re-start
re-start copied to clipboard
update react-native-web
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.