Working with StyleSheet API methods

Which of these StyleSheet API methods in React native can be used to lookup IDs, returned by StyleSheet.register?

Options
  1. flatten
  2. compose
  3. StyleAttributePreprocessor
  4. getStyleAttributePreprocessor

Related Posts