nkshah2 / touchable_opacity

BSD 2-Clause "Simplified" License
14 stars 3 forks source link

We need a argument :key for construct of TouchableOpacity. #1

Closed leeewh closed 4 years ago

leeewh commented 4 years ago

like this : TouchableOpacity( key:Key("1123"), ... );

leeewh commented 4 years ago

thank u!

nkshah2 commented 4 years ago

Hi, thank you for using this package. You are right, having a way to assign a key is quite fundamental and should have been there since the start. Just out of curiosity what issue did you run into to need this?

If it is something people can run into often I will make a note of this in the README.

nkshah2 commented 4 years ago

The change has been release in 1.1.0, please feel free to let us know if you face any issues