I wonder if we can let the user decide to use fast-async themselves, rather than being baked in this project.
One reason could be that it can impact other parts of their app (see my PR to react-native facebook/react-native#27264).
It currently breaks react native apps that does dynamic styling through passing a function to StyleSheet.create
I wonder if we can let the user decide to use
fast-asyncthemselves, rather than being baked in this project.One reason could be that it can impact other parts of their app (see my PR to react-native facebook/react-native#27264).
It currently breaks react native apps that does dynamic styling through passing a function to
StyleSheet.create