bogoslavskiy / rn-search-bar-animation

MIT License
129 stars 36 forks source link

Possible implementation with react-native-reanimated #1

Open AbdallaElabd opened 5 years ago

AbdallaElabd commented 5 years ago

I love the concept you implemented. My only concert is that it still needs to pass over the bridge since the logic for collapsing/expanding is written in JS.

I'd like to know your thoughts on how this could be implemented with https://github.com/kmagiera/react-native-reanimated.

The promise of react-native-reanimated is that it can handle side effects animations without any passes over the bridge.

bogoslavskiy commented 5 years ago

@AbdallaMohamed Thanks for the advice. How will I find the time, I will implement with react-native-reanimated