bamlab / react-native-image-header-scroll-view

ScrollView with an image in header which becomes a navbar
MIT License
990 stars 94 forks source link

UNSAFE_ applied to TriggeringView to mute the warnings #84

Closed sungsong88 closed 4 years ago

sungsong88 commented 4 years ago

TriggeringView were showing warnings on ReactNative 0.60 and up. Muted for now by applying UNSAFE_ to componentWillMount and componentWillReceiveProps.