re-start icon indicating copy to clipboard operation
re-start copied to clipboard

update react-native-web

Open zetekla opened this issue 7 years ago • 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'){


}

zetekla avatar May 07 '18 02:05 zetekla

You need to check Platform.OS in your code.

piranna avatar May 07 '18 07:05 piranna