colbymillerdev / react-native-progress-steps

A simple and fully customizable React Native component that implements a progress stepper UI.
MIT License
361 stars 145 forks source link

'btnStyle' in TouchableOpacity component causing errors in web browser #54

Open uokitomer opened 4 years ago

uokitomer commented 4 years ago

Hello!,

I am very new at React native, so I am not sure if this is an issue or if I am doing something wrong but I am getting an error when loading my expo app in web and it's coming from this line here

This is the error

image

I believe it happens because of this line here

Any suggestions on how I might get rid of it ?

Thank you!