react-native-vietnam / react-native-search-box

A simple search box with animation, inspired from ios search bar. Lightweight, fast, flexible.
476 stars 132 forks source link

Optimize styles by using StyleSheet.create() for styles that don't include dynamic data #91

Closed rsml closed 3 years ago

rsml commented 3 years ago

This is an optimization that RN provides which reduces the amount of data that needs to go across the RN bridge.

I'll submit a PR

rsml commented 3 years ago

PR: https://github.com/react-native-vietnam/react-native-search-box/pull/92